class AuLoanCalculations::Exception::AssetNotFoundError

Public Class Methods

new(msg = 'Asset not found') click to toggle source
Calls superclass method
# File lib/au_loan_calculations/exception/asset_not_found_error.rb, line 4
def initialize(msg = 'Asset not found')
  super
end