Cleanup of cli
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
<?php
|
||||
namespace ProVM\Common\Exception;
|
||||
|
||||
use Ddeboer\Imap\MailboxInterface;
|
||||
use Exception;
|
||||
use Throwable;
|
||||
use Ddeboer\Imap\MailboxInterface;
|
||||
|
||||
class EmptyMailbox extends Exception
|
||||
{
|
||||
@ -12,4 +13,4 @@ class EmptyMailbox extends Exception
|
||||
$code = 101;
|
||||
parent::__construct($message, $code, $previous);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user