Exception: Cel::NoOverloadError
- Inherits:
-
EvaluateError
- Object
- StandardError
- Error
- EvaluateError
- Cel::NoOverloadError
- Defined in:
- lib/cel/errors.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize ⇒ NoOverloadError
constructor
A new instance of NoOverloadError.
Constructor Details
#initialize ⇒ NoOverloadError
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
#code ⇒ Object (readonly)
Returns the value of attribute code.
54 55 56 |
# File 'lib/cel/errors.rb', line 54 def code @code end |