LAMException
extends Exception
in package
LAM exception with title and message.
Tags
Table of Contents
- $ldapErrorCode : mixed
- $title : mixed
- __construct() : mixed
- Constructor.
- getLdapErrorCode() : int
- Returns the original LDAP error code.
- getTitle() : string
- Returns the message title.
Properties
$ldapErrorCode
private
mixed
$ldapErrorCode
$title
private
mixed
$title
Methods
__construct()
Constructor.
public
__construct(string $title[, string $message = '' ][, Exception $cause = null ][, int $ldapErrorCode = null ]) : mixed
Parameters
- $title : string
-
title
- $message : string = ''
-
message (optional)
- $cause : Exception = null
-
(optional)
- $ldapErrorCode : int = null
-
original LDAP error code
Return values
mixed —getLdapErrorCode()
Returns the original LDAP error code.
public
getLdapErrorCode() : int
Return values
int —error code
getTitle()
Returns the message title.
public
getTitle() : string
Return values
string —title