export default function NoopHandler() {}
NoopHandler.prototype.execute = function() {};
NoopHandler.prototype.revert = function() {};