mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-06 04:07:57 +00:00
Solved new implementation of InvalidGetParameterException
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Exception;
|
||||
namespace Infinito\Exception\Validation;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Exception;
|
||||
namespace Infinito\Exception\Validation;
|
||||
|
||||
/**
|
||||
* Thrown when an unvalid get paramter is used.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Exception;
|
||||
namespace Infinito\Exception\Validation;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Exception;
|
||||
namespace Infinito\Exception\Validation;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
Reference in New Issue
Block a user