1 | <?php namespace Arcanedev\GeoIP\Support; |
||
12 | class GeoIPLogger |
||
13 | { |
||
14 | /* ------------------------------------------------------------------------------------------------ |
||
15 | | Main Functions |
||
16 | | ------------------------------------------------------------------------------------------------ |
||
17 | */ |
||
18 | /** |
||
19 | * Log the exception. |
||
20 | * |
||
21 | * @param \Exception $e |
||
22 | */ |
||
23 | 6 | public static function log(\Exception $e) |
|
33 | } |
||
34 |