coderbyheart/MailChimpBundle

View on GitHub
Exception/InvalidArgumentException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * @author    Markus Tacker <m@coderbyheart.com>
 */

namespace Coderbyheart\MailChimpBundle\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}