File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
use Amp \Promise ;
7
7
use ScriptFUSION \Porter \Cache \CacheUnavailableException ;
8
- use ScriptFUSION \Porter \Connector \Recoverable \RecoverableConnectorException ;
9
8
use ScriptFUSION \Porter \Connector \Recoverable \RecoverableExceptionHandler ;
10
9
use ScriptFUSION \Porter \Connector \Recoverable \StatelessRecoverableExceptionHandler ;
11
10
Original file line number Diff line number Diff line change 1
1
<?php
2
2
declare (strict_types=1 );
3
3
4
- namespace ScriptFUSION \Porter \Connector \ Recoverable ;
4
+ namespace ScriptFUSION \Porter \Connector ;
5
5
6
6
/**
7
7
* The exception that is thrown when a recoverable (non-fatal) error occurs during Connector::fetch.
Original file line number Diff line number Diff line change 13
13
use ScriptFUSION \Porter \Connector \Recoverable \RecoverableExceptionHandler ;
14
14
use ScriptFUSION \Porter \Connector \Recoverable \StatelessRecoverableExceptionHandler ;
15
15
use ScriptFUSION \Porter \Connector \ImportConnector ;
16
- use ScriptFUSION \Porter \Connector \Recoverable \ RecoverableConnectorException ;
16
+ use ScriptFUSION \Porter \Connector \RecoverableConnectorException ;
17
17
use ScriptFUSION \Porter \ImportException ;
18
18
use ScriptFUSION \Porter \PorterAware ;
19
19
use ScriptFUSION \Porter \Provider \ForeignResourceException ;
Original file line number Diff line number Diff line change 10
10
use ScriptFUSION \Porter \Connector \Connector ;
11
11
use ScriptFUSION \Porter \Connector \ConnectorWrapper ;
12
12
use ScriptFUSION \Porter \Connector \ImportConnector ;
13
- use ScriptFUSION \Porter \Connector \Recoverable \ RecoverableConnectorException ;
13
+ use ScriptFUSION \Porter \Connector \RecoverableConnectorException ;
14
14
use ScriptFUSION \Porter \Connector \Recoverable \RecoverableExceptionHandler ;
15
15
use ScriptFUSION \Porter \Connector \Recoverable \StatelessRecoverableExceptionHandler ;
16
16
use ScriptFUSIONTest \FixtureFactory ;
You can’t perform that action at this time.
0 commit comments