Exception: Kwalify::AssertionError
- Inherits:
-
KwalifyError
- Object
- StandardError
- KwalifyError
- Kwalify::AssertionError
- Defined in:
- lib/kwalify/errors.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ AssertionError
constructor
A new instance of AssertionError.
Constructor Details
#initialize(msg) ⇒ AssertionError
Returns a new instance of AssertionError.
16 17 18 |
# File 'lib/kwalify/errors.rb', line 16 def initialize(msg) super("*** assertion error: " + msg) end |