#!/usr/bin/python [docs]class PySimpleException(Exception): """Base of all PySimple Exceptions""" [docs]class LoginError(Exception): """Login failed"""