RuntimeException.php 136 Bytes
Newer Older
1 2 3 4
<?php

namespace MongoDB\Exception;

5
class RuntimeException extends \MongoDB\Driver\Exception\RuntimeException implements Exception
6 7
{
}