UNPKG
fregejs
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.3
0.2.1
0.2.0
0.1.0
A propositional logic library written in Typescript
github.com/etec-sa
etec-sa/frege
fregejs
/
src
/
exceptions
/
syntax-error.exception.ts
2 lines
(1 loc)
•
46 B
text/typescript
View Raw
1
2
export
class
SyntaxException
extends
Error
{}