Exception: CloudDoor::DeleteFailedException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cloud_door/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



122
123
124
# File 'lib/cloud_door/exceptions.rb', line 122

def message
  'delete file from storage failed.'
end

#to_sObject



126
127
128
# File 'lib/cloud_door/exceptions.rb', line 126

def to_s
  message
end