Sha256: b267151af3a6a4c50dc317940165a21e3425df1233cacbb5fef68d929b504bd4

Contents?: true

Size: 301 Bytes

Versions: 8

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true
module Temple
  # Exception raised if invalid temple expression is found
  #
  # @api public
  class InvalidExpression < RuntimeError
  end

  # Exception raised if something bad happens in a Temple filter
  #
  # @api public
  class FilterError < RuntimeError
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
brakeman-7.0.0 bundle/ruby/3.1.0/gems/temple-0.10.3/lib/temple/exceptions.rb
brakeman-6.2.2 bundle/ruby/3.1.0/gems/temple-0.10.3/lib/temple/exceptions.rb
brakeman-6.2.2.rc1 bundle/ruby/3.3.0/gems/temple-0.10.3/lib/temple/exceptions.rb
brakeman-6.2.1 bundle/ruby/3.1.0/gems/temple-0.10.3/lib/temple/exceptions.rb
brakeman-6.2.0 bundle/ruby/3.1.0/gems/temple-0.10.3/lib/temple/exceptions.rb
temple-0.10.3 lib/temple/exceptions.rb
temple-0.10.2 lib/temple/exceptions.rb
temple-0.10.1 lib/temple/exceptions.rb