Class: Parklife::ParkfileLoadError

Inherits:
Error
  • Object
show all
Defined in:
lib/parklife/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ ParkfileLoadError

Returns a new instance of ParkfileLoadError.



21
22
23
# File 'lib/parklife/errors.rb', line 21

def initialize(path)
  super %Q(Cannot load Parkfile "#{path}")
end