mirror of
https://github.com/nickian/mautic-whitelabeler.git
synced 2026-07-26 08:49:57 +08:00
7 lines
96 B
PHP
Executable file
7 lines
96 B
PHP
Executable file
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|