Exception: SpecFileGenerator::IncorrectSourceFileError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/spec_file_generator/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(source_file) ⇒ IncorrectSourceFileError

Returns a new instance of IncorrectSourceFileError.



9
10
11
# File 'lib/spec_file_generator/exceptions.rb', line 9

def initialize(source_file)
  super("No such file - #{source_file}.")
end