lib/sass/script_error.rb
# frozen_string_literal: true module Sass # An exception thrown by Sass Script. class ScriptError < StandardError; end end
# frozen_string_literal: true module Sass # An exception thrown by Sass Script. class ScriptError < StandardError; end end