<?php namespace Alloy\Exception; /** * FileNotFound Exception * * @package Alloy * @link http://alloyframework.com/ * @license http://www.opensource.org/licenses/bsd-license.php */ class FileNotFound extends \Exception {}