Furious-PHP/psr7

View on GitHub
src/Exception/RuntimeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Furious\Psr7\Exception;

use RuntimeException as BaseRuntimeException;

class RuntimeException extends BaseRuntimeException
{

}