File "ConnectionErrorException.php"
Full Path: /home/trinadezambia/public_html/democrm.trinadezambia.com/application/services/imap/ConnectionErrorException.php
File size: 115 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace app\services\imap;
use Exception;
class ConnectionErrorException extends Exception
{
}