aboutsummaryrefslogtreecommitdiff
path: root/includes/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php
blob: ff33452f063cc1c070664e75dbdc5436c5fb7b61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

namespace MaxMind\Exception;

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