mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-10 07:18:42 +00:00
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|