Exception: SeedGimmick::LoadFailed

Inherits:
SeedGimmickError show all
Defined in:
lib/seed_gimmick/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(seed_file) ⇒ LoadFailed

Returns a new instance of LoadFailed.



5
6
7
# File 'lib/seed_gimmick/errors.rb', line 5

def initialize(seed_file)
  super("Can not load: #{seed_file.to_s}")
end