Exception: AuLoanCalculations::Exception::AssetNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/au_loan_calculations/exception/asset_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Asset not found') ⇒ AssetNotFoundError

Returns a new instance of AssetNotFoundError.



4
5
6
# File 'lib/au_loan_calculations/exception/asset_not_found_error.rb', line 4

def initialize(msg = 'Asset not found')
  super
end