# # Copyright (c) 2009-2015 Tom Keffer # # See the file LICENSE.txt for your full rights. # """Package weeplot. A set of modules for doing simple plots """ # Define possible exceptions that could get thrown. class ViolatedPrecondition(Exception): """Exception thrown when a function is called with violated preconditions. """