mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-16 14:42:03 +08:00
7 lines
96 B
PHP
7 lines
96 B
PHP
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|