fedi-feed-router/app/Exceptions/RoutingException.php

10 lines
95 B
PHP
Raw Normal View History

2025-07-05 18:26:04 +02:00
<?php
namespace App\Exceptions;
use Exception;
class RoutingException extends Exception
{
}