You are here

public static function Cache::hasException in MongoDB 7

Has the plugin thrown an exception at any point ?

@retun bool Has it ?

See also

mongodb_cache_exit()

1 call to Cache::hasException()
mongodb_cache_exit in mongodb_cache/mongodb_cache_module.php
Implements hook_exit().

File

mongodb_cache/mongodb_cache_plugin.php, line 443

Class

Cache
MongoDB cache implementation.

Namespace

Drupal\mongodb_cache

Code

public static function hasException() {
  return static::$isExceptionNotified;
}