Exception.php 105 Bytes
Newer Older
1 2 3 4
<?php

namespace MongoDB\Exception;

5
interface Exception extends \MongoDB\Driver\Exception\Exception
6 7
{
}