Sha256: 780612974ca8c23d51d6c68c42dd8b38535ca8a34b6258667f4290c70dc12241

Contents?: true

Size: 273 Bytes

Versions: 28

Compression:

Stored size: 273 Bytes

Contents

# Responsible for wrapping a third-party exception notification client. This
# wrapper allows us to switch notification service without affecting the
# rest of the application.
#
class ExceptionNotifier
  def notify(exception)
    # TODO: add implementation here
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta11 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.beta10 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.beta9 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.beta8 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.beta7 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.beta6 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.beta5 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.beta4 app/models/exception_notifier.rb