Exception: CloudDoor::AbstractClassException

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

Instance Method Summary collapse

Instance Method Details

#messageObject



142
143
144
# File 'lib/cloud_door/exceptions.rb', line 142

def message
  'this class is abstract class. please make inherited subclass.'
end

#to_sObject



146
147
148
# File 'lib/cloud_door/exceptions.rb', line 146

def to_s
  message
end