]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - application/legacy/UnknowLegacyRouteException.php
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / application / legacy / UnknowLegacyRouteException.php
CommitLineData
1a8ac737
A
1<?php
2
3declare(strict_types=1);
4
5namespace Shaarli\Legacy;
6
7class UnknowLegacyRouteException extends \Exception
8{
9}