jaroslavtyc/doctrineum-boolean

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace Doctrineum\Boolean\Exceptions;

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

}