Exception: CloudDoor::TokenClassException
- Inherits:
-
StandardError
- Object
- StandardError
- CloudDoor::TokenClassException
- Defined in:
- lib/cloud_door/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
63 64 65 |
# File 'lib/cloud_door/exceptions.rb', line 63 def 'token is not Token Class.' end |
#to_s ⇒ Object
67 68 69 |
# File 'lib/cloud_door/exceptions.rb', line 67 def to_s end |