Exception: Expressir::SchemaNotFoundError

Inherits:
FileNotFoundError show all
Defined in:
lib/expressir/errors.rb

Instance Attribute Summary

Attributes inherited from FileNotFoundError

#file_path, #file_type

Attributes inherited from Error

#details

Instance Method Summary collapse

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