AC_services_website_design/system/ThirdParty/PSR/Log/InvalidArgumentException.php

8 lines
96 B
PHP

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