Files
pancake/system/vendor/psr/log/Psr/Log/InvalidArgumentException.php
Tim Bendt 6b9ef7ca55 first
2025-11-25 00:16:35 -05:00

8 lines
96 B
PHP
Executable File

<?php
namespace Psr\Log;
class InvalidArgumentException extends \InvalidArgumentException
{
}