• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

Services/Utilities/classes/class.ilFileUtilsException.php

Go to the documentation of this file.
00001 <?php
00009 include_once 'Services/Exceptions/classes/class.ilException.php';
00010 
00011 class ilFileUtilsException extends ilException
00012 {
00013     public static $BROKEN_FILE = 0;
00014     public static $INFECTED_FILE = 1;
00015     public static $DOUBLETTES_FOUND = 2;
00022         public function __construct($a_message,$a_code = 0)
00023         {
00024                 parent::__construct($a_message,$a_code);
00025         }
00026 }
00027 
00028 ?>

Generated on Fri Dec 13 2013 17:57:02 for ILIAS Release_3_9_x_branch .rev 46835 by  doxygen 1.7.1