]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Logger/Exception/LoggerArgumentException.php
Use the owner, not the author
[friendica.git] / src / Core / Logger / Exception / LoggerArgumentException.php
index a0b9949b086e6e493fc1e63352f4f7f9c39731a9..6925be4c7d42a6498929d6f01e0ed70743d9964d 100644 (file)
@@ -23,9 +23,12 @@ namespace Friendica\Core\Logger\Exception;
 
 use Throwable;
 
+/**
+ * Exception in case an argument of a logger class isn't valid
+ */
 class LoggerArgumentException extends \InvalidArgumentException
 {
-       public function __construct($message = "", Throwable $previous = null)
+       public function __construct($message = '', Throwable $previous = null)
        {
                parent::__construct($message, 500, $previous);
        }