Exception: MySpace::PermissionDenied
- Inherits:
-
RestException
- Object
- Exception
- MySpaceException
- RestException
- MySpace::PermissionDenied
- Defined in:
- lib/myspace/exceptions.rb
Overview
A REST call failed because the caller doesn’t have permission to call it.
Instance Attribute Summary
Attributes inherited from RestException
Instance Method Summary collapse
Methods inherited from RestException
Constructor Details
This class inherits a constructor from MySpace::RestException
Instance Method Details
#to_s ⇒ Object
34 35 36 |
# File 'lib/myspace/exceptions.rb', line 34 def to_s "#<PermissionDenied loading '#{url}'>" end |