8 lines
56 B
PHP
8 lines
56 B
PHP
<?php
|
|
|
|
namespace Slack\Client;
|
|
|
|
interface Exception
|
|
{
|
|
}
|