Commit

commit ba7a3af9627e90af3fc1a99a881a36cb2ca47acc
Author: Jan Dankert 
Date:   Tue Jun 7 23:30:20 2022 +0200

    New: DSL is now supporting throw statements.

 modules/dsl/DslLexer.class.php             |  1 +
 modules/dsl/DslToken.class.php             |  1 +
 modules/dsl/ast/DslStatementList.class.php |  5 +++++
 modules/dsl/ast/DslThrow.class.php         | 28 ++++++++++++++++++++++++++++
 4 files changed, 35 insertions(+)