Exception: AbnLookup::AbnNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/abn_lookup/abn_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'ABN not found') ⇒ AbnNotFoundError

Returns a new instance of AbnNotFoundError.



5
6
7
# File 'lib/abn_lookup/abn_not_found_error.rb', line 5

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