Exception: MySpace::PermissionDenied

Inherits:
RestException show all
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

#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



34
35
36
# File 'lib/myspace/exceptions.rb', line 34

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