Bug Report
Summary
Replace usage of Dot\Log\Exception\InvalidArgumentException with Psr\Log\InvalidArgumentException
According to PSR-3, the log method must throw the exception from the psr.
The current exception is also used in other parts of the package, such as in the filters, but I see no reason why the PSR one couldn't be used there as well. In that case the current class could be removed
Bug Report
Summary
Replace usage of Dot\Log\Exception\InvalidArgumentException with Psr\Log\InvalidArgumentException
According to PSR-3, the
logmethod must throw the exception from the psr.The current exception is also used in other parts of the package, such as in the filters, but I see no reason why the PSR one couldn't be used there as well. In that case the current class could be removed