Class: Uffizzi::ServerResponseError
- Inherits:
-
Thor::Error
- Object
- Thor::Error
- Uffizzi::ServerResponseError
- Defined in:
- lib/uffizzi/error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ ServerResponseError
constructor
A new instance of ServerResponseError.
Constructor Details
#initialize(message) ⇒ ServerResponseError
Returns a new instance of ServerResponseError.
10 11 12 |
# File 'lib/uffizzi/error.rb', line 10 def initialize() super("#{RESPONSE_SERVER_ERROR_HEADER}#{}") end |