1a8ac737e5
Including a bunch of improvements on the container, and helper used across new controllers.
9 lines
116 B
PHP
9 lines
116 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Shaarli\Legacy;
|
|
|
|
class UnknowLegacyRouteException extends \Exception
|
|
{
|
|
}
|