Exception: Regaxp::Eiruc::UndefinedFun

Inherits:
StandardError
  • Object
show all
Defined in:
lib/regaxp/eiruc.rb

Instance Method Summary collapse

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