Newer
Older
framework / system / ThirdParty / PSR / Log / InvalidArgumentException.php
@Jim Parry Jim Parry on 1 Dec 2018 96 bytes Release 4.0.0-alpha.3
<?php

namespace Psr\Log;

class InvalidArgumentException extends \InvalidArgumentException
{
}