Dhii/exception-interface

View on GitHub
src/InvalidArgumentExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dhii\Exception;

/**
 * Represents an exception that signals an invalid function argument.
 *
 * @since 0.1
 */
interface InvalidArgumentExceptionInterface extends BadSubjectExceptionInterface
{
}