Exception: ParsePackwerk::MissingConfiguration

Inherits:
StandardError
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/parse_packwerk.rb

Instance Method Summary collapse

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