Exception: Unfuddle::UnauthorizedError

Inherits:
InvalidResponseError show all
Defined in:
lib/unfuddle/error.rb

Instance Attribute Summary

Attributes inherited from InvalidResponseError

#response

Instance Method Summary collapse

Methods inherited from InvalidResponseError

#initialize

Constructor Details

This class inherits a constructor from Unfuddle::InvalidResponseError

Instance Method Details

#messageObject



39
40
41
# File 'lib/unfuddle/error.rb', line 39

def message
  "The user '#{Unfuddle.instance.username}' does not have permission to access this resource"
end