Exception: Verifica::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Verifica::Error
- Defined in:
- lib/verifica/errors.rb
Overview
Base class for all Verifica exceptions
Direct Known Subclasses
Instance Method Summary collapse
-
#explain ⇒ String
Detailed description of the error if it’s available or
message
if not.
Instance Method Details
#explain ⇒ String
Returns detailed description of the error if it’s available or message
if not.
11 12 13 |
# File 'lib/verifica/errors.rb', line 11 def explain end |