Exception: Mashape::JsonException

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ JsonException

Returns a new instance of JsonException.



4
5
6
# File 'lib/mashape_exception.rb', line 4

def initialize(message)
  super(message)
end