Exception: Amdapi::CallNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Amdapi::CallNotFoundError
- Defined in:
- lib/amdapi/error.rb
Instance Method Summary collapse
-
#initialize(msg = "Call not found") ⇒ CallNotFoundError
constructor
A new instance of CallNotFoundError.
Constructor Details
#initialize(msg = "Call not found") ⇒ CallNotFoundError
Returns a new instance of CallNotFoundError.
19 20 21 |
# File 'lib/amdapi/error.rb', line 19 def initialize(msg = "Call not found") super end |