mivita/app/Services/IPinfo/IPinfoException.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

8 lines
98 B
PHP

<?php
namespace App\Services\IPinfo;
use Exception;
class IPinfoException extends Exception
{
}