Home
last modified time | relevance | path

Searched refs:DriverRuntimeException (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
216 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
270 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
294 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
325 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
355 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
391 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
416 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
440 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
465 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
[all …]
H A DDatabase.php21 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
195 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
248 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
275 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
302 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
330 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
418 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
437 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
H A DClient.php21 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
92 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
165 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
244 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
216 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
270 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
294 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
325 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
355 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
391 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
416 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
440 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
465 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
[all …]
H A DDatabase.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
197 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
250 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
273 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
300 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
328 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
414 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
431 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
450 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
H A DClient.php24 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
104 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
207 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
284 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
302 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
216 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
270 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
294 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
325 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
355 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
391 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
416 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
440 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
465 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
[all …]
H A DDatabase.php21 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
195 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
248 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
275 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
302 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
330 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
418 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
437 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
H A DClient.php21 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
92 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
165 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
244 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/GridFS/
H A DBucket.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
222 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
241 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
276 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
291 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
308 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
325 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
378 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
395 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
472 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
[all …]
H A DWritableStream.php23 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
257 } catch (DriverRuntimeException $e) {
275 } catch (DriverRuntimeException $e) {
305 } catch (DriverRuntimeException $e) {
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/GridFS/
H A DBucket.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
223 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
243 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
282 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
300 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
317 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
334 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
387 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
404 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
481 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
[all …]
H A DWritableStream.php23 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
257 } catch (DriverRuntimeException $e) {
275 } catch (DriverRuntimeException $e) {
305 } catch (DriverRuntimeException $e) {
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/GridFS/
H A DBucket.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
222 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
241 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
276 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
291 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
308 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
325 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
378 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
395 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
472 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
[all …]
H A DWritableStream.php23 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
257 } catch (DriverRuntimeException $e) {
275 } catch (DriverRuntimeException $e) {
305 } catch (DriverRuntimeException $e) {
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DListIndexes.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
93 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
126 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
138 } catch (DriverRuntimeException $e) {
H A DListCollections.php21 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
89 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
122 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
H A DDropCollection.php21 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
108 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
125 } catch (DriverRuntimeException $e) {
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DListIndexes.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
93 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
126 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
138 } catch (DriverRuntimeException $e) {
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DListIndexes.php22 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
93 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
126 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
138 } catch (DriverRuntimeException $e) {
H A DListCollections.php21 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
89 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
122 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
H A DDropCollection.php21 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
108 * @throws DriverRuntimeException for other driver errors (e.g. connection errors)
125 } catch (DriverRuntimeException $e) {
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/Exception/
H A DRuntimeException.php20 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
22 class RuntimeException extends DriverRuntimeException implements Exception
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Exception/
H A DRuntimeException.php20 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
22 class RuntimeException extends DriverRuntimeException implements Exception
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/Exception/
H A DRuntimeException.php20 use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; alias
22 class RuntimeException extends DriverRuntimeException implements Exception

12345