Class DirectAdminException
Basic exception for issues arising in the client API.
- Exception implements Throwable
- RuntimeException
- Omines\DirectAdmin\DirectAdminException
Namespace: Omines\DirectAdmin
Author: Niels Keurentjes niels.keurentjes@omines.com
Located at DirectAdmin/DirectAdminException.php
Author: Niels Keurentjes niels.keurentjes@omines.com
Located at DirectAdmin/DirectAdminException.php
Methods summary
public
|
#
__construct( string $message = '', integer $code = 0, Exception $previous = null )
Construct the exception object. |
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message