mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-24 11:08:18 +02:00
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|