RuntimeException.php 111 Bytes
<?php

namespace MongoDB\Exception;

class RuntimeException extends \RuntimeException implements Exception
{
}