Method | Description | |
---|---|---|
createForCouldNotLexValue ( string $value ) : LexException | ||
createForExpectedMethodCallOnlyIfHasAParser ( string $method ) : ParserNotFoundException | ||
createForMalformedFunction ( string $value ) : MalformedFunctionException | ||
createForNoParserFoundForToken ( |
||
createForUnparsableToken ( |
public static createForCouldNotLexValue ( string $value ) : LexException | ||
$value | string | |
return | LexException |
public static createForExpectedMethodCallOnlyIfHasAParser ( string $method ) : ParserNotFoundException | ||
$method | string | |
return | ParserNotFoundException |
public static createForMalformedFunction ( string $value ) : MalformedFunctionException | ||
$value | string | |
return | MalformedFunctionException |
public static createForNoParserFoundForToken ( |
||
$token | ||
return | ParserNotFoundException |
public static createForUnparsableToken ( |
||
$token | ||
$code | integer | |
$previous | Throwable | |
return | ParseException |