Searched refs:ParseError (Results 1 – 14 of 14) sorted by relevance
15 } catch (ParseError $e) {21 } catch (ParseError $e) {
5 throw new \ParseError('I mess everything up! :trollface:');
2 Bug #75218: Change remaining uncatchable fatal errors for parsing into ParseError
11 } catch (ParseError $e) {
13 } catch (ParseError $ex) {
10 } catch (ParseError $e) {
17 } catch (ParseError $e) {
17 ParseError: syntax error, unexpected token "if", expecting "function" or "const"
45 } catch (\ParseError $e) {
103 class ParseError extends CompileError class
16 } catch (ParseError $e) {
31 } catch (ParseError $e) {
136 strings) will now result in a ParseError exception instead of a compile
Completed in 19 milliseconds