<?php /** * Exception thrown if a file cannot be read. * * @package PHPTracker * @subpackage File */ class PHPTracker_File_Error_Unreadable extends PHPTracker_File_Error { }