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