Exception: CopayNotifications::Vet360IdNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
app/sidekiq/copay_notifications/new_statement_notification_job.rb

Instance Method Summary collapse

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)
  message = "MPIProfileMissingVet360Id: MPI Profile is missing vet360id #{icn}"
  super(message)
end