jaroslavtyc/doctrineum-scalar

View on GitHub
Doctrineum/Scalar/Exceptions/EnumClassNotFound.php

Summary

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

class EnumClassNotFound extends \LogicException implements Logic
{

}