Skip to content

Commit 76ea2c6

Browse files
committed
* renamed exception classes
* improved error formatting in console * prepared modules for partitioning
1 parent 74c0487 commit 76ea2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/AMQP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Codeception\Module;
44

5-
use Codeception\Exception\Module as ModuleException;
5+
use Codeception\Exception\ModuleException as ModuleException;
66
use Exception;
77
use PhpAmqpLib\Channel\AMQPChannel;
88
use PhpAmqpLib\Connection\AMQPConnection;

0 commit comments

Comments
 (0)