Exception: Assertion::UnreachableError
- Inherits:
-
AssertionError
- Object
- StandardError
- AssertionError
- Assertion::UnreachableError
- Defined in:
- lib/kwatable/util/assertion.rb
Overview
assertion error class
Instance Method Summary collapse
Methods inherited from AssertionError
Constructor Details
This class inherits a constructor from Assertion::AssertionError
Instance Method Details
#to_s ⇒ Object
44 45 46 47 |
# File 'lib/kwatable/util/assertion.rb', line 44 def to_s s = _to_s() return "*** unreachable error: #{s}" end |