This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/app/Exceptions/RouterNonExistentControllerException.php

17 lines
292 B
PHP
Raw Permalink Normal View History

2016-09-11 14:25:22 +00:00
<?php
/**
* Holds an exception class.
* @package Sakura
*/
namespace Sakura\Exceptions;
/**
* Thrown when a non-existent config value is requested.
* @package Sakura
* @author Julian van de Groep <me@flash.moe>
*/
class RouterNonExistentControllerException extends BaseException
{
}