set_error_handler(function ($type, $msg) { throw new Swift_TransportException('Connection could not be established with host '.$this->params['host'].' :'.$msg); });
set_error_handler(function ($type, $msg) {