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