NotDisconnected
extends Exception
in package
Exception thrown if the server should be disconnected but isn't.
Tags
Table of Contents
- __construct() : mixed
- Exception constructor.
Methods
__construct()
Exception constructor.
public
__construct([mixed $message = 'Not currently in DISCONNECTED state' ]) : mixed
Parameters
- $message : mixed = 'Not currently in DISCONNECTED state'
-
The exception message, or an Exception object.