Exception: Callapi::ApiHostNotSetError
- Inherits:
-
StandardError
- Object
- StandardError
- Callapi::ApiHostNotSetError
- Defined in:
- lib/callapi/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ApiHostNotSetError
constructor
A new instance of ApiHostNotSetError.
Constructor Details
#initialize ⇒ ApiHostNotSetError
Returns a new instance of ApiHostNotSetError.
40 41 42 |
# File 'lib/callapi/errors.rb', line 40 def initialize super 'Set API host with Callapi::Config.api_host = "http://yourapi.host.com"' end |