pub(crate) fn throwing_error_handler<Context, E: Debug + Display>(
    error: E,
    _repl: &Repl<Context, E>
) -> Result<(), Error>