mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized ParameterManagement
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Exception;
|
||||
|
||||
/**
|
||||
* Thrown when an unvalid get paramter is used.
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
class UnvalidGetParameterException extends UnvalidParameterException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user