Exception: Expressir::SchemaNotFoundError
- Inherits:
-
FileNotFoundError
- Object
- StandardError
- Error
- FileNotFoundError
- Expressir::SchemaNotFoundError
- Defined in:
- lib/expressir/errors.rb
Instance Attribute Summary
Attributes inherited from FileNotFoundError
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(file_path) ⇒ SchemaNotFoundError
constructor
A new instance of SchemaNotFoundError.
Constructor Details
#initialize(file_path) ⇒ SchemaNotFoundError
Returns a new instance of SchemaNotFoundError.
38 39 40 |
# File 'lib/expressir/errors.rb', line 38 def initialize(file_path) super(file_path, file_type: "Schema file") end |