You are here

WebServiceException.php in Smart IP 7.2

Namespace

MaxMind\Exception

File

includes/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php
View source
<?php

namespace MaxMind\Exception;


/**
 * This class represents a generic web service error.
 */
class WebServiceException extends \Exception {

}

Classes

Namesort descending Description
WebServiceException This class represents a generic web service error.