File manager - Edit - /var/www/payraty/helpdesk/vendor/jetbrains/phpstorm-stubs/mongodb/Exception/WriteException.php
Back
<?php namespace MongoDB\Driver\Exception; use MongoDB\Driver\WriteResult; /** * Base class for exceptions thrown by a failed write operation. * The exception encapsulates a MongoDB\Driver\WriteResult object. * @link https://php.net/manual/en/class.mongodb-driver-exception-writeexception.php * @since 1.0.0 */ abstract class WriteException extends ServerException implements Exception { /** * @var WriteResult associated with the failed write operation. */ protected $writeResult; /** * @return WriteResult for the failed write operation * @since 1.0.0 */ final public function getWriteResult(): WriteResult {} }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings