Sha256: 6944fd989ff261b26ce88525a776cf75c2da8283e16cad626a3677d6ac2eeffb

Contents?: true

Size: 304 Bytes

Versions: 8

Compression:

Stored size: 304 Bytes

Contents

# frozen_string_literal: true

# 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

8 entries across 8 versions & 1 rubygems

Version Path
renalware-core-2.0.17 app/models/exception_notifier.rb
renalware-core-2.0.16 app/models/exception_notifier.rb
renalware-core-2.0.15 app/models/exception_notifier.rb
renalware-core-2.0.14 app/models/exception_notifier.rb
renalware-core-2.0.13 app/models/exception_notifier.rb
renalware-core-2.0.12 app/models/exception_notifier.rb
renalware-core-2.0.11 app/models/exception_notifier.rb
renalware-core-2.0.9 app/models/exception_notifier.rb