vilmibm / tildemush

a modern mush tailored to tilde town
GNU General Public License v3.0
42 stars 12 forks source link

error handling for non-user created errors #188

Open vilmibm opened 5 years ago

vilmibm commented 5 years ago

Right now we have two exception classes:

We need another type of error stream; something like ScriptedObjectError.

This is more complex than the other two since they're errors that a human should see but might not be logged in to see.

My current sketch for this: