Exception: CloudDoor::NotDirectoryException
- Inherits:
-
StandardError
- Object
- StandardError
- CloudDoor::NotDirectoryException
- Defined in:
- lib/cloud_door/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
43 44 45 |
# File 'lib/cloud_door/exceptions.rb', line 43 def 'target is not directory.' end |
#to_s ⇒ Object
47 48 49 |
# File 'lib/cloud_door/exceptions.rb', line 47 def to_s end |