Exception
extends Exception
in package
Web service exception class.
Table of Contents
- __construct() : mixed
- {@inheritdoc}
- handleError() : void
- Handle error function.
Methods
__construct()
{@inheritdoc}
public
__construct(mixed $message[, mixed $code = 500 ][, Throwable $previous = null ]) : mixed
Parameters
- $message : mixed
- $code : mixed = 500
- $previous : Throwable = null
Return values
mixed —handleError()
Handle error function.
public
handleError() : void