Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1
2
3
4
5
6
7
8
9
10
class DuplicateDomainException(Exception):
""" Domain already exists. """
class NotReadyException(Exception):
""" A database operation was attempted before pwm was connected to any. """
class NoSuchDomainException(Exception):
""" An operation was attempted on a domain that doesn't exist yet. """