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.



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

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