Exception: Conditionz::PreConditionNotMetError
- Inherits:
-
StandardError
- Object
- StandardError
- Conditionz::PreConditionNotMetError
- Defined in:
- lib/conditionz/pre_condition_not_met_error.rb
Overview
Raised when a precondition is not met
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = '') ⇒ PreConditionNotMetError
constructor
A new instance of PreConditionNotMetError.
Constructor Details
#initialize(message = '') ⇒ PreConditionNotMetError
Returns a new instance of PreConditionNotMetError.
6 7 8 |
# File 'lib/conditionz/pre_condition_not_met_error.rb', line 6 def initialize( = '') = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
5 6 7 |
# File 'lib/conditionz/pre_condition_not_met_error.rb', line 5 def end |