Exception: CTIMethod::CTIInitializationError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/cti_method/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/cti_method/exceptions.rb', line 3

def message
  super + "\n#{self.class}: CTI method can not be used on class which require initialization arguments"
end