Exception: DogAPIException
- Inherits:
-
StandardError
- Object
- StandardError
- DogAPIException
- Defined in:
- lib/dogceo.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ DogAPIException
constructor
A new instance of DogAPIException.
Constructor Details
#initialize(message) ⇒ DogAPIException
Returns a new instance of DogAPIException.
6 7 8 |
# File 'lib/dogceo.rb', line 6 def initialize() super() end |