Exception: Parser::UnknownEncodingInMagicComment

Inherits:
ArgumentError
  • Object
show all
Defined in:
sorbet/rbi/parser@3.3.7.4.rbi

Overview

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 SyntaxError.

source://parser//lib/parser/unknown_encoding_in_magic_comment_error.rb#13