Exception: Amdapi::CallNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/amdapi/error.rb

Instance Method Summary collapse

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