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.8 app/models/exception_notifier.rb
renalware-core-2.0.7 app/models/exception_notifier.rb
renalware-core-2.0.5 app/models/exception_notifier.rb
renalware-core-2.0.4 app/models/exception_notifier.rb
renalware-core-2.0.3 app/models/exception_notifier.rb
renalware-core-2.0.2 app/models/exception_notifier.rb
renalware-core-2.0.1 app/models/exception_notifier.rb
renalware-core-2.0.0 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc13 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc11 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc10 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc9 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc8 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc7 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc6 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc5 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc4 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc3 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.rc1 app/models/exception_notifier.rb
renalware-core-2.0.0.pre.beta12 app/models/exception_notifier.rb