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

declare(strict_types=1);

namespace MaxMind\Exception;

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