aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/legacy/UnknowLegacyRouteException.php
blob: ae1518adc27c5423c4855fa015a13ff370448b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

declare(strict_types=1);

namespace Shaarli\Legacy;

class UnknowLegacyRouteException extends \Exception
{
}