mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
7 lines
96 B
PHP
7 lines
96 B
PHP
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|