Exception: Fixtury::Errors::SchemaNodeNotDefinedError
- Defined in:
- lib/fixtury/errors.rb
Instance Method Summary collapse
-
#initialize(pathname, search) ⇒ SchemaNodeNotDefinedError
constructor
A new instance of SchemaNodeNotDefinedError.
Constructor Details
#initialize(pathname, search) ⇒ SchemaNodeNotDefinedError
Returns a new instance of SchemaNodeNotDefinedError.
36 37 38 |
# File 'lib/fixtury/errors.rb', line 36 def initialize(pathname, search) super("A schema node identified by #{search.inspect} could not be found from #{pathname.inspect}.") end |