Searched refs:ParseError (Results 1 – 13 of 13) 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) {
146 class ParseError extends CompileError class
16 } catch (ParseError $e) {
31 } catch (ParseError $e) {
Completed in 11 milliseconds