mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-14 19:03:00 +00:00
7 lines
96 B
PHP
7 lines
96 B
PHP
<?php
|
|
|
|
namespace Psr\Log;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
}
|