mwatts15 / Crono

Scheme project for CS345
0 stars 0 forks source link

Create exception classes #17

Closed mwatts15 closed 11 years ago

mwatts15 commented 11 years ago

It might be cleaner to create classes for type errors and other runtime exceptions rather than just passing a format string. Opinions?

mwatts15 commented 11 years ago

Oops. Apparently we have one already IntepreterException.