houdini/lib/error_handler/error_handler_null.rb

5 lines
No EOL
74 B
Ruby

module ErrorHandler
class NullErrorHandler
def notify; end
end
end