Cat Feeder
1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
ff_exceptions.py
Go to the documentation of this file.
1
r"""
2
# +==== BEGIN CatFeeder =================+
3
# LOGO:
4
# ..............(..../\
5
# ...............)..(.')
6
# ..............(../..)
7
# ...............\(__)|
8
# Inspired by Joan Stark
9
# source https://www.asciiart.eu/
10
# animals/cats
11
# /STOP
12
# PROJECT: CatFeeder
13
# FILE: ff_exceptions.py
14
# CREATION DATE: 19-11-2025
15
# LAST Modified: 14:50:47 19-12-2025
16
# DESCRIPTION:
17
# This is the backend server in charge of making the actual website work.
18
# /STOP
19
# COPYRIGHT: (c) Cat Feeder
20
# PURPOSE: The exceptions that could be raised by the downloader.
21
# // AR
22
# +==== END CatFeeder =================+
23
"""
24
25
26
class
ArchitectureNotSupported
(Exception):
27
"""
28
This class informs the user that the system architecture they are using is not supported by this script
29
30
Args:
31
Exception (_type_): _description_
32
"""
33
34
35
class
PackageNotInstalled
(Exception):
36
"""
37
This class informs the user that the ff dependency(ies) they required does not exist.
38
39
Args:
40
Exception (_type_): _description_
41
"""
42
43
44
class
PackageNotSupported
(Exception):
45
"""
46
This class informs the user that the package they requested is not unsupported by this script.
47
48
Args:
49
Exception (_type_): _description_
50
"""
backend.src.libs.fffamily.ff_exceptions.ArchitectureNotSupported
Definition
ff_exceptions.py:26
backend.src.libs.fffamily.ff_exceptions.PackageNotInstalled
Definition
ff_exceptions.py:35
backend.src.libs.fffamily.ff_exceptions.PackageNotSupported
Definition
ff_exceptions.py:44
backend
src
libs
fffamily
ff_exceptions.py
Generated on Wed Feb 18 2026 18:56:29 for Cat Feeder by
1.12.0