jaroslavtyc/doctrineum-scalar

View on GitHub
Doctrineum/Scalar/Exceptions/Runtime.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Doctrineum\Scalar\Exceptions;

interface Runtime extends Exception, \Granam\Scalar\Exceptions\Runtime
{

}