Exception class
access | public |
---|---|
package | kocuj_internal_lib\kocuj_pl_lib |
inherited_from | \KocujIL\V12a\Classes\Exception |
__construct(object $componentObj, integer $code, string $file, integer $line, string $param = ''
) : void
access | public |
---|
object
Component object; if empty, it will not be used in exception codes and message
integer
Error code
string
Filename where there was an error; should be set to __FILE__ during throwing an exception
integer
Line number where there was an error; should be set to __LINE__ during throwing an exception
string
Optional argument for error message - default: empty
getParam() : string
access | public |
---|
string
Optional argument for error messagegetErrors() : array
access | protected |
---|
array
ErrorsgetExceptionName() : string
access | protected |
---|
string
Exception namesetErrors() : void
access | protected |
---|---|
inherited_from | \KocujIL\V12a\Classes\Exception::setErrors() |
setErrors() : void
access | protected |
---|
$errors : array
array()
access | protected |
---|
$namespacePrefix : string
'KocujPlLib\\V12a'
access | protected |
---|---|
inherited_from | \KocujIL\V12a\Classes\Exception::namespacePrefix |
$namespacePrefix : string
'KocujIL\\V12a'
access | protected |
---|
$param : array
''
access | private |
---|