mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-22 16:08:15 +02:00
Split API classes and interfaces
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace MongoDB\Write;
|
||||
|
||||
interface WriteConcernError extends \MongoDB\ServerError
|
||||
{
|
||||
/**
|
||||
* @return array Additional metadata for the error (e.g. {"wtimeout": true})
|
||||
*/
|
||||
function getInfo();
|
||||
}
|
||||
Reference in New Issue
Block a user