jaroslavtyc/doctrineum-boolean

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Doctrineum\Boolean\Exceptions;

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

}