Exception: Browserctl::FlowError
- Inherits:
-
WorkflowError
- Object
- StandardError
- Error
- WorkflowError
- Browserctl::FlowError
- Defined in:
- lib/browserctl/errors.rb
Direct Known Subclasses
FlowParamError, FlowPostconditionError, FlowPreconditionError, FlowStepError
Instance Attribute Summary
Attributes inherited from Error
Class Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Browserctl::Error
Class Method Details
.default_code ⇒ Object
31 |
# File 'lib/browserctl/errors.rb', line 31
def self.default_code = "flow_error" end
|