Exception: CloudDoor::NotFileException
- Inherits:
-
StandardError
- Object
- StandardError
- CloudDoor::NotFileException
- Defined in:
- lib/cloud_door/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
33 34 35 |
# File 'lib/cloud_door/exceptions.rb', line 33 def 'target is not file.' end |
#to_s ⇒ Object
37 38 39 |
# File 'lib/cloud_door/exceptions.rb', line 37 def to_s end |