Module: Welder::Support
- Defined in:
- lib/welder.rb,
lib/welder/support/callable_handler.rb
Overview
Support module containing mixins and exensions required by several components of the gem
Defined Under Namespace
Modules: CallableHandler
Constant Summary collapse
- CallableExpectedError =
A domain error indicating that there was an attempt to create a pipeline out of a non-callable (e.g. a string)
Class.new(Exception)