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: Cannot use an array option in widget settings

CANNOT_USE_ARRAY_OPTION_IN_WIDGET = 7 
 

Error: Controller identifier does not exist

CONTROLLER_ID_DOES_NOT_EXIST = 1 
 

Error: Form identifier does not exist

FORM_ID_DOES_NOT_EXIST = 4 
 

Error: Form identifier already exists

FORM_ID_EXISTS = 3 
 

Error: Elements list controller identifier does not exist

LIST_CONTROLLER_ID_DOES_NOT_EXIST = 2 
 

Error: Tab identifier does not exist

TAB_ID_DOES_NOT_EXIST = 6 
 

Error: Tab identifier already exists

TAB_ID_EXISTS = 5 
 

Error: Wrong tabs count for widget settings

WRONG_TABS_COUNT_IN_WIDGET = 8