File: errors.py

package info (click to toggle)
python-seedir 0.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 3,392 kB
  • sloc: python: 2,758; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: utf-8 -*-
"""
Custom exceptions for seedir.

"""

# NOTE: SeedirError removed for 0.4.0

# class SeedirError(Exception):
#     """Class for representing errors from module `seedir.realdir`"""

class FakedirError(Exception):
    """Class for handling errors from module `seedir.fakedir`"""