jaroslavtyc/drd-plus-tables

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

Summary

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

namespace DrdPlus\Tables\Armaments\Exceptions;

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

}