Skip to content

Commit 29272af

Browse files
committed
Remove useless catch
1 parent 6cab49d commit 29272af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

system/Cache/Handlers/MemcachedHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ public function initialize()
115115
} else {
116116
throw new CriticalError('Cache: Not support Memcache(d) extension.');
117117
}
118-
} catch (CriticalError $e) {
119-
throw $e;
120118
} catch (Exception $e) {
121119
throw new CriticalError('Cache: Memcache(d) connection refused (' . $e->getMessage() . ').');
122120
}

0 commit comments

Comments
 (0)