cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Move errors to a seperate file #724

Closed yuliswe closed 7 years ago

yuliswe commented 7 years ago

I want to move GenericError (possibly all other errors) to a separate file. GenericError can't stay in Services.ts because of module import cycles.