Exception: Fixtury::Errors::DefinitionExecutionError

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

Instance Method Summary collapse

Constructor Details

#initialize(pathname, error) ⇒ DefinitionExecutionError

Returns a new instance of DefinitionExecutionError.



28
29
30
# File 'lib/fixtury/errors.rb', line 28

def initialize(pathname, error)
  super("Error while building #{pathname.inspect}: #{error}")
end