Exception: MySpace::PermissionDenied
- Inherits:
-
RestException
- Object
- Exception
- MySpaceException
- RestException
- MySpace::PermissionDenied
- Defined in:
- lib/myspace/exceptions.rb
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
27 28 29 |
# File 'lib/myspace/exceptions.rb', line 27 def to_s "#<PermissionDenied loading '#{url}'>" end |