Exception: Cel::NoOverloadError

Inherits:
EvaluateError show all
Defined in:
lib/cel/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNoOverloadError

Returns a new instance of NoOverloadError.



56
57
58
59
# File 'lib/cel/errors.rb', line 56

def initialize
  super("No such overload")
  @code = :no_overload
end

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code.



54
55
56
# File 'lib/cel/errors.rb', line 54

def code
  @code
end