dothiv/DothivValueObjectBundle

View on GitHub
Dothiv/ValueObject/Exception/InvalidArgumentException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dothiv\ValueObject\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}