<?php
namespace spiral\framework\di\construction\exception;
/**
* Invalid Method
*
* Exception thrown when an invalid method is used
*
* @author Alexis Métaireau <hide@address.com>
* @copyright 2009 Spiral-project.org <http://www.spiral-project.org>
* @license GNU General Public License <http://www.gnu.org/licenses/gpl.html>
*/
class ServiceNotSetException extends \spiral\framework\di\construction\Exception
{
}