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

9 lines
95 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class ChannelException extends Exception
{
}