<?php /** * Exception thrown if a file does no exist. */ class PHPTracker_File_Error_NotExits extends PHPTracker_File_Error { } ?>