class ParseErrorException extendsInvalidArgumentException implementsInvalidArgumentException
Properties
protectedstring | $expected | The expected. | |
protectedstring | $actual | The actual. | |
protectedstring | $help | The help message. |
Methods
string
getExpected()
Get the expected.
string
getActual()
Get the actual.
string
getHelp()
Get the help message.
Details
at line48
__construct($expected,$actual,$help ='',$code =0,Throwable$previous =null)
Constructor.
at line64
string
getExpected()
Get the expected.
at line74
string
getActual()
Get the actual.
at line84
string
getHelp()
Get the help message.