summaryrefslogtreecommitdiffstats
path: root/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php
blob: e227810ec134564938df4afa8267ecf44c256bc2 (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
{
}