MongoDB\Driver\BulkWriteException
MongoDB\Driver\DuplicateKeyException
MongoDB Exceptions
PHP Manual
The MongoDB\Driver\WriteConcernException class
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
クラス概要
final
MongoDB\Driver\WriteConcernException
extends
MongoDB\Driver\WriteException
implements
MongoDB\Driver\Exception
{
/* 継承したプロパティ */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
/* 継承したメソッド */
final
public
ReturnType
MongoDB\Driver\WriteException::getWriteResult
(
void
)
}
MongoDB\Driver\BulkWriteException
MongoDB\Driver\DuplicateKeyException
MongoDB Exceptions
PHP Manual