'"%s" is either not a file or you do not have permission to read the file', 301 => '"%s" is invalid or malformed JSON', 302 => 'Invalid control character encountered when parsing "%s"', 303 => 'Syntax error, malformed JSON when parsing "%s"', 304 => 'Malformed UTF-8 characters, possibly incorrectly encoded when parsing "%s"', 305 => 'One or more recursive references could not be encoded when parsing "%s"', 306 => 'One or more NAN or INF values could not be encoded when parsing "%s"', 307 => 'Unsupported type encountered when parsing "%s"', 308 => 'Invalid property name encountered when parsing "%s"', 309 => 'Malformed UTF-16 characters, possibly incorrectly encoded when parsing "%s"', 310 => '"%1$s" does not have the required %2$s property', 311 => '%1$s expected for %2$s, found %3$s in "%4$s"', 400 => 'A grammar for scope %s does not exist; one may be added using GrammarRegistry::set' ]); parent::__construct($code, ...$args); } }