Exception: Validity::Unsupported
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Validity::Unsupported
- Defined in:
- lib/validity.rb
Overview
A Validity specific error signifying an unsupported test module.
- Author
-
Matt Fornaciari ([email protected])
- License
-
MIT
Instance Method Summary collapse
-
#initialize(test_module) ⇒ Unsupported
constructor
A new instance of Unsupported.
Constructor Details
#initialize(test_module) ⇒ Unsupported
56 57 58 |
# File 'lib/validity.rb', line 56 def initialize(test_module) super(UNSUPPORTED % {test_module: test_module}) end |