class Exceptions::Backends::Null

Public: Null is an implementation of the Backend interface that does nothing.

Public Instance Methods

notify(exception, options = {}) click to toggle source
# File lib/exceptions/backends/null.rb, line 5
def notify(exception, options = {})
  Result.new
end