Exception: DebtManagementCenter::StatementIdentifierService::Vet360IdNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/debt_management_center/statement_identifier_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(icn) ⇒ Vet360IdNotFound

Returns a new instance of Vet360IdNotFound.



25
26
27
28
29
# File 'lib/debt_management_center/statement_identifier_service.rb', line 25

def initialize(icn)
  @icn = icn
  message = "MPIProfileMissingVet360Id: MPI Profile is missing vet360id #{@icn}"
  super(message)
end