Skip to content

Commit f4de5b5

Browse files
committed
* renamed exception classes
* improved error formatting in console * prepared modules for partitioning
1 parent fbc3733 commit f4de5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Redis.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 Codeception\Lib\Driver\Redis as RedisDriver;
77

88
/**

0 commit comments

Comments
 (0)