Function set_default_error:
Defined in module m_exit (file: /std/modules/m_exit.c)

Set the default error message (the message given when someone goes a 
direction with no exit).  This should be a string or a function ptr 
returning a string.

Prototype:
void set_default_error(mixed value);
