parent
543112f89e
commit
7e19ede470
3 changed files with 11 additions and 6 deletions
@ -0,0 +1,7 @@ |
|||||||
|
<?php declare(strict_types=1); |
||||||
|
|
||||||
|
namespace parkdown; |
||||||
|
|
||||||
|
use AssertionError; |
||||||
|
|
||||||
|
class ParserError extends AssertionError {} |
Loading…
Reference in new issue