summaryrefslogtreecommitdiffstats
path: root/libpwman/exception.py
blob: 30e0a40ef0f553facd74051d328438b4c29162d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-
"""
# Simple password manager
# Copyright (c) 2011-2019 Michael Buesch <m@bues.ch>
# Licensed under the GNU/GPL version 2 or later.
"""

__all__ = [
	"PWManError",
]

class PWManError(Exception):
	"""Main pwman exception.
	"""
bues.ch cgit interface