Blame | Last modification | View Log | RSS feed
<?php namespace Psr\Log; class InvalidArgumentException extends \InvalidArgumentException { }
<?php
namespace Psr\Log;
class InvalidArgumentException extends \InvalidArgumentException
{
}