src/exception/ControllerActionNotFound.php
<?php
/**
* Created by PhpStorm.
* User: VITALYIEGOROV
* Date: 11.01.16
* Time: 19:36
*/
namespace samsonphp\core\exception;
/**
* Controller action callable not found.
* @package samsonphp\core\exception
*/
class ControllerActionNotFound extends \Exception
{
}