<?php
/**
*
* Exception: directory was not found.
*
* @category Solar
*
* @package Solar
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: DirNotFound.php 4425 2010-02-23 21:19:41Z pmjones $
*
*/
class Solar_Exception_DirNotFound extends Solar_Exception {}