Sha256: ba9893a790d34ec2183ee63f2802c69f4217855bef363b7ba84f6c40bb83dd7e

Contents?: true

Size: 588 Bytes

Versions: 6453

Compression:

Stored size: 588 Bytes

Contents

# frozen_string_literal: true
require_relative 'exception'

module Psych
  class SyntaxError < Psych::Exception
    attr_reader :file, :line, :column, :offset, :problem, :context

    def initialize file, line, col, offset, problem, context
      err      = [problem, context].compact.join ' '
      filename = file || '<unknown>'
      message  = "(%s): %s at line %d column %d" % [filename, err, line, col]

      @file    = file
      @line    = line
      @column  = col
      @offset  = offset
      @problem = problem
      @context = context
      super(message)
    end
  end
end

Version data entries

6,453 entries across 6,453 versions & 20 rubygems

Version Path
psych-5.2.3-java lib/psych/syntax_error.rb
psych-5.2.3 lib/psych/syntax_error.rb
cybrid_api_bank_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_id_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_organization_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_bank_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_id_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_organization_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_bank_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_organization_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_id_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
ory-client-1.16.2 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/syntax_error.rb
avalara_sdk-24.12.2 vendor/bundle/ruby/2.7.0/gems/psych-4.0.4/lib/psych/syntax_error.rb
cybrid_api_bank_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_organization_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_id_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_bank_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_id_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
cybrid_api_organization_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/syntax_error.rb
ory-client-1.16.1 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/syntax_error.rb