Horde\ManageSieve\Exception\ConnectionFailed::__construct PHP 메소드

__construct() 공개 메소드

Exception constructor.
public __construct ( Exception $e )
$e Exception An Exception object.
    public function __construct(\Exception $e)
    {
        parent::__construct('Failed to connect, server said: ' . $e->getMessage());
    }
ConnectionFailed