Exception::__construct
Construct the exception
Signature
public function __construct(string
$message,
int
$code,
object
$previous )
Parameters
$message— string$code— int$previous— object
Returns
- void