File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed
Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1212use DirectoryTree \ImapEngine \Connection \Streams \StreamInterface ;
1313use DirectoryTree \ImapEngine \Connection \Tokens \Token ;
1414use DirectoryTree \ImapEngine \Enums \ImapFetchIdentifier ;
15+ use DirectoryTree \ImapEngine \Exceptions \Exception ;
1516use DirectoryTree \ImapEngine \Exceptions \ImapCommandException ;
1617use DirectoryTree \ImapEngine \Exceptions \ImapConnectionClosedException ;
1718use DirectoryTree \ImapEngine \Exceptions \ImapConnectionException ;
1819use DirectoryTree \ImapEngine \Exceptions \ImapConnectionFailedException ;
1920use DirectoryTree \ImapEngine \Exceptions \ImapConnectionTimedOutException ;
20- use DirectoryTree \ImapEngine \Exceptions \Exception ;
2121use DirectoryTree \ImapEngine \Exceptions \ImapResponseException ;
2222use DirectoryTree \ImapEngine \Exceptions \ImapStreamException ;
23- use DirectoryTree \ImapEngine \Exceptions \RuntimeException ;
2423use DirectoryTree \ImapEngine \Support \Str ;
2524use Generator ;
2625use LogicException ;
Original file line number Diff line number Diff line change 22
33namespace DirectoryTree \ImapEngine \Exceptions ;
44
5- class ImapCapabilityException extends Exception {}
5+ class ImapCapabilityException extends Exception {}
Original file line number Diff line number Diff line change 22
33namespace DirectoryTree \ImapEngine \Exceptions ;
44
5- class ImapConnectionException extends Exception {}
5+ class ImapConnectionException extends Exception {}
Original file line number Diff line number Diff line change 77use DirectoryTree \ImapEngine \Enums \ImapFetchIdentifier ;
88use DirectoryTree \ImapEngine \Exceptions \Exception ;
99use DirectoryTree \ImapEngine \Exceptions \ImapCapabilityException ;
10- use DirectoryTree \ImapEngine \Exceptions \RuntimeException ;
1110
1211class Folder
1312{
Original file line number Diff line number Diff line change 44
55use Carbon \Carbon ;
66use DirectoryTree \ImapEngine \Connection \Responses \UntaggedResponse ;
7+ use DirectoryTree \ImapEngine \Exceptions \Exception ;
78use DirectoryTree \ImapEngine \Exceptions \ImapConnectionClosedException ;
89use DirectoryTree \ImapEngine \Exceptions \ImapConnectionTimedOutException ;
9- use DirectoryTree \ImapEngine \Exceptions \Exception ;
1010use Generator ;
1111
1212class Idle
You can’t perform that action at this time.
0 commit comments