Closed
Description
Currently we rely on ExitRequest
from Quit
command to break from a run loop. If error handling handles this exception we don't get out from a run loop so that interactive shell exits.
Until we get something better for commands to request exit, do not try to handle ExitRequest
with error handling.