exception documentation

class BadInputException(Exception): (source)

View In Hierarchy

Thrown if incorrect types/values are used This should only ever be thrown during testing, app should have validation of input prior to reaching this point