Exception: CloudDoor::NotFileException

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

Instance Method Summary collapse

Instance Method Details

#messageObject



33
34
35
# File 'lib/cloud_door/exceptions.rb', line 33

def message
  'target is not file.'
end

#to_sObject



37
38
39
# File 'lib/cloud_door/exceptions.rb', line 37

def to_s
  message
end