PHP 8.2.31
Preview: syntax_error.rb Size: 553 B
/proc/thread-self/root/opt/alt/ruby20/lib64/ruby/2.0.0/psych/syntax_error.rb

module Psych
  class Error < RuntimeError
  end

  class SyntaxError < Error
    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

Directory Contents

Dirs: 4 × Files: 15

Name Size Perms Modified Actions
handlers DIR
- drwxr-xr-x 2024-03-03 22:43:38
Edit Download
json DIR
- drwxr-xr-x 2024-03-03 22:43:38
Edit Download
nodes DIR
- drwxr-xr-x 2024-03-03 22:43:38
Edit Download
visitors DIR
- drwxr-xr-x 2024-03-03 22:43:38
Edit Download
2.02 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
751 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
2.46 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
7.02 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
2.33 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
45 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
1.64 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
4.01 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
44 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
851 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
483 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
553 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
2.05 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
206 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
160 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).