mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
8 lines
96 B
PHP
Executable File
8 lines
96 B
PHP
Executable File
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|