Source code for webng.core.exc

[docs]class weBNGError(Exception): """Generic errors.""" pass