jaroslavtyc/doctrineum-scalar

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

Summary

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

class SubTypeEnumIsAlreadyRegistered extends \LogicException implements Logic
{

}