lib/slim_lint/exceptions.rb in slim_lint-0.1.0 vs lib/slim_lint/exceptions.rb in slim_lint-0.2.0

- old
+ new

@@ -1,5 +1,5 @@ -# Collection of exceptions that can be raised by the HAML Lint application. +# Collection of exceptions that can be raised by the application. module SlimLint::Exceptions # Raised when a {Configuration} could not be loaded from a file. class ConfigurationError < StandardError; end # Raised when invalid/incompatible command line options are provided.