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

7 lines
94 B
PHP

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