Exception: RemoveDataAttributes::ConfigurationNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/remove_data_attributes/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(dirname) ⇒ ConfigurationNotFound

Returns a new instance of ConfigurationNotFound.



8
9
10
# File 'lib/remove_data_attributes/errors.rb', line 8

def initialize(dirname)
  super("No configuration file is found in #{dirname}.")
end