class Error

Methods

static void
thrower(string $str, string $throw = '\\Exception', string $class = null, string $method = null, int $line = null, string $file = null)

No description

Details

at line 41
static void thrower(string $str, string $throw = '\\Exception', string $class = null, string $method = null, int $line = null, string $file = null)

Parameters

string $str error message
string $throw exception class name
string $class class name which throws the error
string $method method of the class which throws the error
int $line line where the error were thrown
string $file file where the error were thrown

Return Value

void

Exceptions

mixed $throw standard exception class