bwinkers/nugget

View on GitHub
src/Exception/NuggetInvalidArgumentException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Activerules\Nugget\Exception;

/**
 * Class NuggetInvalidArgumentException
 * Exception thrown if an argument is not of the expected type.
 * 
 * @package Activerules\Nugget\Exception
 */
class NuggetInvalidArgumentException extends \InvalidArgumentException
{
    
}