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