jaroslavtyc/doctrineum-boolean

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

Summary

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

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

}