Skip to content

Commit

Permalink
Move exception FQCN to use directive in Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
elazar committed Apr 4, 2020
1 parent 040a831 commit 40eebcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Slim/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
namespace Slim;

use Psr\Log\AbstractLogger;
use Psr\Log\InvalidArgumentException;

class Logger extends AbstractLogger
{
Expand All @@ -21,7 +22,7 @@ class Logger extends AbstractLogger
*
* @return void
*
* @throws \Psr\Log\InvalidArgumentException
* @throws InvalidArgumentException
*/
public function log($level, $message, array $context = [])
{
Expand Down

0 comments on commit 40eebcd

Please sign in to comment.