Exception: Expressir::NoValidSchemaPathsError
- Inherits:
-
ValidationError
- Object
- StandardError
- Error
- ValidationError
- Expressir::NoValidSchemaPathsError
- Defined in:
- lib/expressir/errors.rb
Instance Attribute Summary
Attributes inherited from ValidationError
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = "No valid schema paths found") ⇒ NoValidSchemaPathsError
constructor
A new instance of NoValidSchemaPathsError.
Constructor Details
#initialize(message = "No valid schema paths found") ⇒ NoValidSchemaPathsError
Returns a new instance of NoValidSchemaPathsError.
91 92 93 |
# File 'lib/expressir/errors.rb', line 91 def initialize( = "No valid schema paths found") super end |