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 message