Exception: Opm::OpmException::ProcessException

Inherits:
Exception
  • Object
show all
Defined in:
lib/opm.rb

Direct Known Subclasses

AfterFilterFailed, BeforeFilterFailed, NoInput

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(process) ⇒ ProcessException

Returns a new instance of ProcessException.



48
49
50
# File 'lib/opm.rb', line 48

def initialize(process)
  @process = process
end

Instance Attribute Details

#processObject (readonly)

Returns the value of attribute process.



46
47
48
# File 'lib/opm.rb', line 46

def process
  @process
end