Exception: Slacks::Response::UnspecifiedError
- Defined in:
- lib/slacks/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(command, params, response) ⇒ UnspecifiedError
constructor
A new instance of UnspecifiedError.
Constructor Details
#initialize(command, params, response) ⇒ UnspecifiedError
Returns a new instance of UnspecifiedError.
20 21 22 |
# File 'lib/slacks/errors.rb', line 20 def initialize(command, params, response) super command, params, response, "Request failed with #{response["error"].inspect}" end |