Clarify/clarify-php

View on GitHub
src/Clarify/Exceptions/InvalidEnumTypeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Clarify\Exceptions;

class InvalidEnumTypeException extends \Exception
{

}