fedi-feed-router/backend/src/Domains/Platform/Exceptions/ChannelException.php

10 lines
108 B
PHP
Raw Normal View History

2025-07-05 18:26:04 +02:00
<?php
2025-08-15 16:39:18 +02:00
namespace Domains\Platform\Exceptions;
2025-07-05 18:26:04 +02:00
use Exception;
class ChannelException extends Exception
{
}