Skip to content
Snippets Groups Projects
Unverified Commit 411526cf authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Update memcached.php

parent cf467cfb
No related branches found
No related tags found
No related merge requests found
...@@ -1301,8 +1301,9 @@ class Memcached { ...@@ -1301,8 +1301,9 @@ class Memcached {
/** /**
* @link https://php.net/manual/en/class.memcachedexception.php * @link https://php.net/manual/en/class.memcachedexception.php
*/ */
class MemcachedException extends RuntimeException { if (!class_exists('MemcachedException')) {
class MemcachedException extends RuntimeException
{
}
} }
// End of memcached v.3.0.4 // End of memcached v.3.0.4
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment