
| Current Path : /var/www/html/rocksensor2/vendor/maxmind/web-service-common/src/Exception/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor2/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php |
<?php
declare(strict_types=1);
namespace MaxMind\Exception;
/**
* This class represents an error in creating the request to be sent to the
* web service. For example, if the array cannot be encoded as JSON or if there
* is a missing or invalid field.
*/
// phpcs:disable
class InvalidInputException extends WebServiceException {}