AQIT 0.1.0
Loading...
Searching...
No Matches
user_errors.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.user_errors

Functions

bool aquin.user_errors.debug_enabled ()
None aquin.user_errors.log_debug (str label, Any detail)
str aquin.user_errors._scrub_urls (str text)
str aquin.user_errors.sanitize_error_string (str text)
str aquin.user_errors.friendly_message (BaseException exc)
None aquin.user_errors.die (str|None message=None, *, BaseException|None exc=None, int code=1, str label="aquin")
None aquin.user_errors.exit_on (BaseException exc, *, str label="aquin", int code=1)

Variables

 aquin.user_errors._URL_RE = re.compile(r"https?://[^\s'\"<>]+")