jaroslavtyc/drd-plus-properties

View on GitHub
src/Exceptions/Logic.php

Summary

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

namespace DrdPlus\Properties\Exceptions;

interface Logic extends Exception
{

}