mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00

No changes from the upstream version have been made, it is recommended by upstream to install these depdencies via composer - but the composer installation is bundled with a load of test files, shell scripts etc (and we don't use composer to manage 'production dependencies') so we have to do it manually.
10 lines
131 B
PHP
10 lines
131 B
PHP
<?php
|
|
|
|
namespace GeoIp2\Exception;
|
|
|
|
/**
|
|
* This class represents a generic error.
|
|
*/
|
|
class GeoIp2Exception extends \Exception
|
|
{
|
|
}
|