InvalidDataException
extends BaseException
in package
This exception is thrown when a regular expression fails and we are in the exceptions mode.
Table of Contents
Methods
- __construct() : mixed
- __toString() : mixed
Methods
__construct()
public
__construct([mixed $message = "" ][, mixed $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
- $message : mixed = ""
- $code : mixed = 0
- $previous : Throwable = null
__toString()
public
__toString() : mixed