com\setasign\Konquadrat\Object\Custom\User

LoginException Class MultiLangException

File: /Konquadrat/src/Object/Custom/User/LoginException.php

Class hierarchy

Implements

Summary

Constants

CONFIG_CHANGE

public const LoginException::CONFIG_CHANGE = 8

LOGIN_FROM_ANOTHER_WINDOW

NOT_LOGGED_IN

public const LoginException::NOT_LOGGED_IN = 2

SSO_DEACTIVATED

SSO_IDENTIFIER_CHANGE

TIMEOUT

public const LoginException::TIMEOUT = 3

USER_DEACTIVATED

USER_UNKNOWN

public const LoginException::USER_UNKNOWN = 5

Properties

$code

protected \Exception::$code = 0

$file

protected \Exception::$file = ''

$line

protected \Exception::$line = 0

$message

protected \Exception::$message = ''

Methods

__construct()

public LoginException::__construct (
string[] $code = 0,
int $previous = null
)

MultiLangException constructor.

Parameters
$code : string[]
 
$previous : int
 

__clone()

Internal PHP method: Exception::__clone

__toString()

Internal PHP method: Exception::__toString

__wakeup()

Internal PHP method: Exception::__wakeup

getCode()

Internal PHP method: Exception::getCode

getErrorMessageByCode()

private LoginException::getErrorMessageByCode (
int $code
): array
Parameters
$code : int
 

getFile()

Internal PHP method: Exception::getFile

getLine()

Internal PHP method: Exception::getLine

getMessage()

Internal PHP method: Exception::getMessage

getPrevious()

Internal PHP method: Exception::getPrevious

getTrace()

Internal PHP method: Exception::getTrace

getTraceAsString()

Internal PHP method: Exception::getTraceAsString

localizeMessage()

Parameters
$language : string
 

localizedMessage()

WARNING: This method is marked as deprecated!

Fixed typo

Parameters
$language : string