Exception: Unfuddle::UnauthorizedError
- Inherits:
-
InvalidResponseError
- Object
- StandardError
- InvalidResponseError
- Unfuddle::UnauthorizedError
- Defined in:
- lib/unfuddle/error.rb
Instance Attribute Summary
Attributes inherited from InvalidResponseError
Instance Method Summary collapse
Methods inherited from InvalidResponseError
Constructor Details
This class inherits a constructor from Unfuddle::InvalidResponseError
Instance Method Details
#message ⇒ Object
39 40 41 |
# File 'lib/unfuddle/error.rb', line 39 def "The user '#{Unfuddle.instance.username}' does not have permission to access this resource" end |