aboutsummaryrefslogtreecommitdiff
path: root/pageexception.py
blob: 9a1519da66dd9237ffb8c736d43257b87fb4fcfc (plain)
1
2
3
class PageException(Exception):
    def __init__(self):
      super().__init__()