Current File : /var/www/vinorea/modules/psxdesign/vendor/jetbrains/phpstorm-stubs/mongodb/Exception/Exception.php
<?php

namespace MongoDB\Driver\Exception;

use Throwable;

/**
 * Common interface for all driver exceptions. This may be used to catch only exceptions originating from the driver itself.
 * @link https://php.net/manual/en/class.mongodb-driver-exception-exception.php
 */
interface Exception extends Throwable {}