Exception: IntacctRB::Exceptions::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/intacctrb/exceptions/base.rb

Direct Known Subclasses

Error

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ Base

Returns a new instance of Base.



4
5
6
# File 'lib/intacctrb/exceptions/base.rb', line 4

def initialize(message)
  super(message)
end