server/app/Service/Message/Exception/ChannelNotFoundException.php

8 lines
110 B
PHP

<?php
namespace App\Service\Message\Exception;
class ChannelNotFoundException extends \RuntimeException
{
}