1 <?php 2 namespace Slack; 3 4 class ConnectionException extends \RuntimeException implements Exception 5 { 6 } 7