]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/NotFoundException.php
Add base64 image support
[bookstack] / app / Exceptions / NotFoundException.php
index af85ee4c9a2ffe3768748758946cdade32dc29b5..94a4054152b6e9a1c3ad1e78d622ad1b0136eac0 100644 (file)
@@ -5,7 +5,6 @@ class NotFoundException extends PrettyException
 
     /**
      * NotFoundException constructor.
-     * @param string $message
      */
     public function __construct($message = 'Item not found')
     {