<?php
namespace Safe\Exceptions;

class ImapException extends AbstractSafeException
{
}
