lib/slim_lint/exceptions.rb in slim_lint-0.15.1 vs lib/slim_lint/exceptions.rb in slim_lint-0.16.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + # 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