mirror of
https://github.com/sruupl/batflat.git
synced 2026-01-13 01:12:05 +01:00
8 lines
130 B
PHP
8 lines
130 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Inc\Modules\Statistics\PHPBrowserDetector;
|
||
|
|
|
||
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
||
|
|
{
|
||
|
|
}
|