Exception: Smartcall::Soap::SmartcallError
- Inherits:
-
StandardError
- Object
- StandardError
- Smartcall::Soap::SmartcallError
- Defined in:
- lib/smartcall/soap/smartcall_error.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message) ⇒ SmartcallError
constructor
A new instance of SmartcallError.
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() super() end |