Laythe-lang / Laythe

A gradually typed language originally based on the crafting interpreters series
MIT License
65 stars 4 forks source link

Actually allow error subclasses #148

Closed jonnyboyC closed 1 month ago

jonnyboyC commented 1 month ago

Problem

It seems I never made it possible to actually raise something other than the base Error

Solution

Allows the user to raise anything that subclasses Error