File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66use Amp \Promise ;
77use ScriptFUSION \Porter \Cache \CacheUnavailableException ;
8- use ScriptFUSION \Porter \Connector \Recoverable \RecoverableConnectorException ;
98use ScriptFUSION \Porter \Connector \Recoverable \RecoverableExceptionHandler ;
109use ScriptFUSION \Porter \Connector \Recoverable \StatelessRecoverableExceptionHandler ;
1110
Original file line number Diff line number Diff line change 11<?php
22declare (strict_types=1 );
33
4- namespace ScriptFUSION \Porter \Connector \ Recoverable ;
4+ namespace ScriptFUSION \Porter \Connector ;
55
66/**
77 * 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 1313use ScriptFUSION \Porter \Connector \Recoverable \RecoverableExceptionHandler ;
1414use ScriptFUSION \Porter \Connector \Recoverable \StatelessRecoverableExceptionHandler ;
1515use ScriptFUSION \Porter \Connector \ImportConnector ;
16- use ScriptFUSION \Porter \Connector \Recoverable \ RecoverableConnectorException ;
16+ use ScriptFUSION \Porter \Connector \RecoverableConnectorException ;
1717use ScriptFUSION \Porter \ImportException ;
1818use ScriptFUSION \Porter \PorterAware ;
1919use ScriptFUSION \Porter \Provider \ForeignResourceException ;
Original file line number Diff line number Diff line change 1010use ScriptFUSION \Porter \Connector \Connector ;
1111use ScriptFUSION \Porter \Connector \ConnectorWrapper ;
1212use ScriptFUSION \Porter \Connector \ImportConnector ;
13- use ScriptFUSION \Porter \Connector \Recoverable \ RecoverableConnectorException ;
13+ use ScriptFUSION \Porter \Connector \RecoverableConnectorException ;
1414use ScriptFUSION \Porter \Connector \Recoverable \RecoverableExceptionHandler ;
1515use ScriptFUSION \Porter \Connector \Recoverable \StatelessRecoverableExceptionHandler ;
1616use ScriptFUSIONTest \FixtureFactory ;
You can’t perform that action at this time.
0 commit comments