Blame view

php/errors.php 183 Bytes
4de70623   Elena.Budnik   special config po...
1
2
3
4
5
6
7
8
<?php
	//Error codes
	define('-1','NAME_EXISTS');
	define('-2','ID_CREATION_ERROR');
	define('-3','NO_SUCH_ID');
	define('-4','NO_SUCH_PARENT_ID');
	define('-5','NO_OBJECT_FILE');
?>