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

8 lines
106 B
PHP

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