<?php /** * Exception thrown if a file does no exist. * * @package PHPTracker * @subpackage File */ class PHPTracker_File_Error_NotExits extends PHPTracker_File_Error { }