class FlipTheSwitch::Error::InvalidFile

Public Class Methods

new(file) click to toggle source
Calls superclass method
# File lib/flip_the_switch/errors.rb, line 10
def initialize(file)
  super("Invalid file - #{file}")
end