slack/src/Client/Exception.php

8 lines
56 B
PHP
Raw Normal View History

<?php
namespace Slack\Client;
interface Exception
{
}