\HttpLog\HttpModelsError

Summary

Methods
Properties
Constants
__construct()
get_properties()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$error_type
$log_level
$error_code
$description
$file
$line
N/A

Properties

$error_type

$error_type : 

Type

$log_level

$log_level : 

Type

$error_code

$error_code : 

Type

$description

$description : 

Type

$file

$file : 

Type

$line

$line : 

Type

Methods

__construct()

__construct(string  $error_type, integer  $log_level, integer  $error_code, string  $description, string  $file, integer  $line) : void

Construct the Error object.

Parameters

string $error_type

Type of the caught error (notice, warning, error, etc.).

integer $log_level

Error's log level.

integer $error_code

Error code.

string $description

Message description of the caught error.

string $file

The file in which the error occured.

integer $line

The line in which the error occured.

get_properties()

get_properties() : array

Return the error properties.

Returns

array —

Array of Error properties.