Exception: ParsePackwerk::MissingConfiguration
- Inherits:
-
StandardError
- Object
- StandardError
- ParsePackwerk::MissingConfiguration
- Extended by:
- T::Sig
- Defined in:
- lib/parse_packwerk.rb
Instance Method Summary collapse
-
#initialize(packwerk_file_name) ⇒ MissingConfiguration
constructor
A new instance of MissingConfiguration.
Constructor Details
#initialize(packwerk_file_name) ⇒ MissingConfiguration
Returns a new instance of MissingConfiguration.
27 28 29 |
# File 'lib/parse_packwerk.rb', line 27 def initialize(packwerk_file_name) super("We could not find a configuration file at #{packwerk_file_name}") end |