Method: OFlow::Task#error_handler
- Defined in:
- lib/oflow/task.rb
#error_handler ⇒ Task
Returns an error handler Task by looking for that Task as an attribute and then in the parent Flow.
157 158 159 160 |
# File 'lib/oflow/task.rb', line 157 def error_handler() return @error_handler unless @error_handler.nil? @flow.error_handler() end |