Solved new implementation of InvalidGetParameterException

This commit is contained in:
Kevin Frantz
2019-04-14 21:59:27 +02:00
parent 48a98cfc63
commit 679bfd2079
6 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Infinito\Exception;
namespace Infinito\Exception\Validation;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace Infinito\Exception;
namespace Infinito\Exception\Validation;
/**
* Thrown when an unvalid get paramter is used.

View File

@@ -1,6 +1,6 @@
<?php
namespace Infinito\Exception;
namespace Infinito\Exception\Validation;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace Infinito\Exception;
namespace Infinito\Exception\Validation;
/**
* @author kevinfrantz