ParseException
extends Exception
in package
Class ParseException - Wrapper for \Exception class.
Tags
Table of Contents
- __construct() : mixed
- Constructs a Parse\Exception.
Methods
__construct()
Constructs a Parse\Exception.
public
__construct(string $message, int $code[, Exception $previous = null ]) : mixed
Parameters
- $message : string
-
Message for the Exception.
- $code : int
-
Error code.
- $previous : Exception = null
-
Previous Exception.