Exceptions codes constants class

access public
package kocuj_internal_lib

 Methods

Empty constructor for blocking of creating an instance of this class

__construct() 
access private
var

 Constants

 

Error: Class does not exist

CLASS_DOES_NOT_EXIST = 3 
 

Error: Widget does not exist

WIDGET_DOES_NOT_EXIST = 2 
 

Error: Widget already exists

WIDGET_EXISTS = 1 
 

Error: Wrong class parent

WRONG_CLASS_PARENT = 4