Exception: Jimson::ClientError::UnknownServerError
- Inherits:
-
Exception
- Object
- Exception
- Jimson::ClientError::UnknownServerError
- Defined in:
- lib/jimson/client_error.rb
Instance Method Summary collapse
-
#initialize(code, message) ⇒ UnknownServerError
constructor
A new instance of UnknownServerError.
Constructor Details
#initialize(code, message) ⇒ UnknownServerError
Returns a new instance of UnknownServerError.
22 23 24 |
# File 'lib/jimson/client_error.rb', line 22 def initialize(code, ) super("The server specified an error the client doesn't know about: #{code} #{}") end |