A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.ruby-lang.org/en/3.4/Psych/SyntaxError.html below:

class Psych::SyntaxError - Documentation for Ruby 3.4

  1. Psych::
  2. SyntaxError
class Psych::SyntaxError Attributes column [R] context [R] file [R] line [R] offset [R] problem [R] Public Class Methods new (file, line, col, offset, problem, context)

Source

# File ext/psych/lib/psych/syntax_error.rb, line 8
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

Calls superclass method

Exception::new

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4