jaroslavtyc/drd-plus-tables

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

Summary

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

namespace DrdPlus\Tables\Armaments\Exceptions;

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

}