Exception: CloudDoor::MkdirFailedException
- Inherits:
-
StandardError
- Object
- StandardError
- CloudDoor::MkdirFailedException
- Defined in:
- lib/cloud_door/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
132 133 134 |
# File 'lib/cloud_door/exceptions.rb', line 132 def 'make directory on storage failed.' end |
#to_s ⇒ Object
136 137 138 |
# File 'lib/cloud_door/exceptions.rb', line 136 def to_s end |