Exception: CloudDoor::UnauthorizedException
- Inherits:
-
StandardError
- Object
- StandardError
- CloudDoor::UnauthorizedException
- Defined in:
- lib/cloud_door/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
92 93 94 |
# File 'lib/cloud_door/exceptions.rb', line 92 def 'authentication failed.' end |
#to_s ⇒ Object
96 97 98 |
# File 'lib/cloud_door/exceptions.rb', line 96 def to_s end |