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