Exception: CopayNotifications::Vet360IdNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- CopayNotifications::Vet360IdNotFound
- Defined in:
- app/sidekiq/copay_notifications/new_statement_notification_job.rb
Instance Method Summary collapse
-
#initialize(icn) ⇒ Vet360IdNotFound
constructor
A new instance of Vet360IdNotFound.
Constructor Details
#initialize(icn) ⇒ Vet360IdNotFound
Returns a new instance of Vet360IdNotFound.
8 9 10 11 |
# File 'app/sidekiq/copay_notifications/new_statement_notification_job.rb', line 8 def initialize(icn) = "MPIProfileMissingVet360Id: MPI Profile is missing vet360id #{icn}" super() end |