Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
22s_info2_garden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Röck, Thomas
22s_info2_garden
Repository
11a86cfd82725757787d6333d6186d54d2a90aad
Select Git revision
Branches
1
main
default
protected
1 result
22s_info2_garden
v_3_2
exceptions.py
Find file
Blame
Permalink
2 years ago
11a86cfd
v_3_2
· 11a86cfd
Thomas Röck
authored
2 years ago
11a86cfd
History
v_3_2
Thomas Röck
authored
2 years ago
exceptions.py
89 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
5
6
7
class
NoMoreFruitsError
(
Exception
):
pass
class
DeadPlantError
(
Exception
):
pass