jaroslavtyc/granam-boolean

View on GitHub
Boolean/Exceptions/Exception.php

Summary

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

namespace Granam\Boolean\Exceptions;

interface Exception extends \Granam\Scalar\Exceptions\Exception
{

}