We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64cd187 + a8a7db5 commit 453d985Copy full SHA for 453d985
lib/Redisent/Redisent.php
@@ -13,7 +13,7 @@
13
* Wraps native Redis errors in friendlier PHP exceptions
14
* Only declared if class doesn't already exist to ensure compatibility with php-redis
15
*/
16
-if (! class_exists('RedisException')) {
+if (! class_exists('RedisException', false)) {
17
class RedisException extends Exception {
18
}
19
0 commit comments