|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
declare(strict_types=1);
|
|
|
4 |
|
|
|
5 |
namespace GeoIp2\Exception;
|
|
|
6 |
|
|
|
7 |
/**
|
|
|
8 |
* This class represents a generic error.
|
|
|
9 |
*/
|
|
|
10 |
class OutOfQueriesException extends GeoIp2Exception
|
|
|
11 |
{
|
|
|
12 |
}
|