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

8 lines
94 B
PHP
Raw Normal View History

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