Commit 4de70623295a91ead30aac904a163f29ffe21c88

Authored by Elena.Budnik
1 parent 7b86e771

special config pour error

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
php/errors.php 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?php
  2 + //Error codes
  3 + define('-1','NAME_EXISTS');
  4 + define('-2','ID_CREATION_ERROR');
  5 + define('-3','NO_SUCH_ID');
  6 + define('-4','NO_SUCH_PARENT_ID');
  7 + define('-5','NO_OBJECT_FILE');
  8 +?>
... ...