Exception: RemoveDataAttributes::ConfigurationNotFound
- Defined in:
- lib/remove_data_attributes/errors.rb
Instance Method Summary collapse
-
#initialize(dirname) ⇒ ConfigurationNotFound
constructor
A new instance of ConfigurationNotFound.
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 |