Clarify/clarify-php

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Clarify\Exceptions;

class InvalidIntegerArgumentException extends \Exception
{

}