Exception: Smartcall::Soap::SmartcallError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/smartcall/soap/smartcall_error.rb

Direct Known Subclasses

TokenExpiredError

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ SmartcallError

Returns a new instance of SmartcallError.



4
5
6
# File 'lib/smartcall/soap/smartcall_error.rb', line 4

def initialize(message)
  super(message)
end