slack/src/Exceptions/SlackChannelNotFoundException.php

8 lines
99 B
PHP

<?php
namespace Slack\Exceptions;
class SlackChannelNotFoundException extends SlackException
{
}