project_start/phpstorm-stubs/mongodb/Exception/WriteConcernException.php

6 lines
121 B
PHP

<?php
namespace MongoDB\Driver\Exception;
class WriteConcernException extends RuntimeException implements Exception {}