fleetvu/vexpense/fleetvuApi/vendor/psr/log/Psr/Log/InvalidArgumentException.php
2017-06-22 16:11:47 +05:30

8 lines
96 B
PHP

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