ConnectionException.php 96 Bytes
<?php
namespace Codeception\Exception;

class ConnectionException extends \RuntimeException
{
}