Exception: SpecFileGenerator::IncorrectSourceFileError
- Inherits:
-
StandardError
- Object
- StandardError
- SpecFileGenerator::IncorrectSourceFileError
- Defined in:
- lib/spec_file_generator/exceptions.rb
Instance Method Summary collapse
-
#initialize(source_file) ⇒ IncorrectSourceFileError
constructor
A new instance of IncorrectSourceFileError.
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 |