mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
8 lines
96 B
PHP
8 lines
96 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Psr\Log;
|
||
|
|
|
||
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
||
|
|
{
|
||
|
|
}
|