Exception: Fixtury::Errors::SchemaNodeNotDefinedError

Inherits:
Base
  • Object
show all
Defined in:
lib/fixtury/errors.rb

Instance Method Summary collapse

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