Exception: ConfidenceCheck::ConfidenceCheckedFailed
- Inherits:
-
Exception
- Object
- Exception
- ConfidenceCheck::ConfidenceCheckedFailed
- Extended by:
- Forwardable
- Defined in:
- lib/confidence_check/confidence_check_failed.rb
Instance Method Summary collapse
-
#initialize(exception) ⇒ ConfidenceCheckedFailed
constructor
A new instance of ConfidenceCheckedFailed.
Constructor Details
#initialize(exception) ⇒ ConfidenceCheckedFailed
Returns a new instance of ConfidenceCheckedFailed.
5 6 7 8 |
# File 'lib/confidence_check/confidence_check_failed.rb', line 5 def initialize(exception) super("CONFIDENCE CHECK FAILED: #{exception.}") @exception = exception end |