Exception: FlipTheSwitch::Error::InvalidFile

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

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ InvalidFile

Returns a new instance of InvalidFile.



10
11
12
# File 'lib/flip_the_switch/errors.rb', line 10

def initialize(file)
  super("Invalid file - #{file}")
end