ImapCommandException
class ImapCommandException extends Exception (View source)
Properties
| protected Response | $response | The IMAP response. |
|
| protected ImapCommand | $command | The failed IMAP command. |
Methods
static ImapCommandException
make(ImapCommand $command, Response $response)
Make a new instance from a failed command and response.
command()
Get the failed IMAP command.
Details
static ImapCommandException
make(ImapCommand $command, Response $response)
Make a new instance from a failed command and response.
ImapCommand
command()
Get the failed IMAP command.
Response
response()
Get the IMAP response.