houdini/lib/error_handler/error_handler_null.rb

5 lines
74 B
Ruby
Raw Normal View History

module ErrorHandler
class NullErrorHandler
def notify; end
end
end