Exception: MySpace::PermissionDenied

Inherits:
RestException show all
Defined in:
lib/myspace/exceptions.rb

Instance Attribute Summary

Attributes inherited from RestException

#code, #message, #url

Instance Method Summary collapse

Methods inherited from RestException

#initialize

Constructor Details

This class inherits a constructor from MySpace::RestException

Instance Method Details

#to_sObject



27
28
29
# File 'lib/myspace/exceptions.rb', line 27

def to_s
  "#<PermissionDenied loading '#{url}'>"
end