jaroslavtyc/drd-plus-rolls-on

View on GitHub
src/QualityAndSuccess/Exceptions/Runtime.php

Summary

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

namespace DrdPlus\RollsOn\QualityAndSuccess\Exceptions;

interface Runtime extends Exception, \DrdPlus\RollsOn\Exceptions\Runtime
{

}