Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 11... Zeile 11...
11
 
11
 
Zeile 12... Zeile 12...
12
declare(strict_types=1);
12
declare(strict_types=1);
Zeile -... Zeile 13...
-
 
13
 
-
 
14
namespace League\CommonMark\Extension\FrontMatter\Exception;
13
 
15
 
14
namespace League\CommonMark\Extension\FrontMatter\Exception;
16
use League\CommonMark\Exception\CommonMarkException;
15
 
17
 
16
class InvalidFrontMatterException extends \RuntimeException
18
class InvalidFrontMatterException extends \RuntimeException implements CommonMarkException
17
{
19
{
18
    public static function wrap(\Throwable $t): self
20
    public static function wrap(\Throwable $t): self