/home/edulekha/crm.edulekha.com/application/services/imap/ConnectionErrorException.php
<?php

namespace app\services\imap;

use Exception;

class ConnectionErrorException extends Exception
{
}