dothiv/DothivContentfulBundle

View on GitHub
Exception/InvalidArgumentException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dothiv\Bundle\ContentfulBundle\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{

}