Exception: Regaxp::Eiruc::UndefinedFun
- Inherits:
-
StandardError
- Object
- StandardError
- Regaxp::Eiruc::UndefinedFun
- Defined in:
- lib/regaxp/eiruc.rb
Instance Method Summary collapse
-
#initialize(operation_name) ⇒ UndefinedFun
constructor
A new instance of UndefinedFun.
Constructor Details
#initialize(operation_name) ⇒ UndefinedFun
Returns a new instance of UndefinedFun.
5 6 7 |
# File 'lib/regaxp/eiruc.rb', line 5 def initialize(operation_name) super "Function #{operation_name} is not defined." end |