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