Sha256: ca663dbfb5346f7b51fa183048e2134b6eeed94684411bdcf7581180005b07be
Contents?: true
Size: 497 Bytes
Versions: 1432
Compression:
Stored size: 497 Bytes
Contents
# frozen_string_literal: true module Parser ## # {Parser::UnknownEncodingInMagicComment} is raised when a magic encoding # comment is encountered that the currently running Ruby version doesn't # recognize. It inherits from {ArgumentError} since that is the exception # Ruby itself raises when trying to execute a file with an unknown encoding. # As such, it is also not a {Parser::SyntaxError}. # # @api public # class UnknownEncodingInMagicComment < ArgumentError end end
Version data entries
1,432 entries across 1,432 versions & 12 rubygems