Overview
  • Namespace
  • Class

Namespaces

  • Omines
    • DirectAdmin
      • Context
      • Objects
        • Database
        • Domains
        • Email
        • Users
      • Utility

Classes

  • DirectAdmin

Exceptions

  • DirectAdminException

Class DirectAdminException

Basic exception for issues arising in the client API.

Exception implements Throwable
Extended by RuntimeException
Extended by Omines\DirectAdmin\DirectAdminException
Namespace: Omines\DirectAdmin
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.

Construct the exception object.

Parameters

$message
The Exception message to throw
$code
The Exception code
$previous
The previous exception used for the exception chaining. Since 5.3.0

Overrides

Exception::__construct

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

API documentation generated by ApiGen