Exception: ServerException
- Inherits:
-
StandardError
- Object
- StandardError
- ServerException
- Defined in:
- lib/exception.rb
Instance Method Summary collapse
-
#initialize(json) ⇒ ServerException
constructor
A new instance of ServerException.
Constructor Details
#initialize(json) ⇒ ServerException
Returns a new instance of ServerException.
21 22 23 |
# File 'lib/exception.rb', line 21 def initialize(json) puts json["message"] end |