Sha256: 2f85c8af252f197b0bd88be8d4a65660b8c604c973743841642be423ed722783
Contents?: true
Size: 356 Bytes
Versions: 5
Compression:
Stored size: 356 Bytes
Contents
module SCSSLint::Exceptions # Raised when an invalid flag is given via the command line. class InvalidCLIOption < StandardError; end # Raised when the configuration file is invalid for some reason. class InvalidConfiguration < StandardError; end # Raised when an unexpected error occurs in a linter class LinterError < StandardError; end end
Version data entries
5 entries across 5 versions & 1 rubygems