<?php
/**
*
* Exception: file does not exist or is not readable.
*
* @category Solar
*
* @package Solar
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: FileNotReadable.php 2933 2007-11-09 20:37:35Z moraes $
*
*/
class Solar_Exception_FileNotReadable extends Solar_Exception {}