10 lines
142 B
PHP
10 lines
142 B
PHP
<?php
|
|
|
|
namespace Intervention\HttpAuth\Exception;
|
|
|
|
use RuntimeException;
|
|
|
|
class InvalidParameterException extends RuntimeException
|
|
{
|
|
//
|
|
}
|