7 lines
125 B
PHP
7 lines
125 B
PHP
<?php
|
|
|
|
namespace Google\Site_Kit_Dependencies\Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|