8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
namespace App\Services\IPinfo;
|
|
use Exception;
|
|
|
|
class IPinfoException extends Exception
|
|
{
|
|
}
|