Exception: DebtManagementCenter::StatementIdentifierService::Vet360IdNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- DebtManagementCenter::StatementIdentifierService::Vet360IdNotFound
- Defined in:
- lib/debt_management_center/statement_identifier_service.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.
25 26 27 28 29 |
# File 'lib/debt_management_center/statement_identifier_service.rb', line 25 def initialize(icn) @icn = icn = "MPIProfileMissingVet360Id: MPI Profile is missing vet360id #{@icn}" super() end |