Exception: CloudDoor::UnauthorizedException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cloud_door/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



92
93
94
# File 'lib/cloud_door/exceptions.rb', line 92

def message
  'authentication failed.'
end

#to_sObject



96
97
98
# File 'lib/cloud_door/exceptions.rb', line 96

def to_s
  message
end