Skip to content
ghūl coverage report
Main Navigation
Report
Appearance
Return to top
← Back
src/compiler/parse_exception.ghul
1
namespace
Compiler
is
2
use
IO
.
Std
;
3
4
use
System
.
Exception
;
5
6
class
PARSE_EXCEPTION
(
message
:
string
)
:
Exception
is
7
super
(
message
);
8
si
9
si