Diese Webseite funktioniert besser mit JavaScript
Startseite
Erkunden
Hilfe
Anmelden
bux
/
synergine2
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
72
Commits
1
Branches
Struktur:
e7c0f9e1f2
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von 'e7c0f9e1f2'
${ noResults }
synergine2
/
sandbox
/
engulf
/
exceptions.py
exceptions.py
106B
Verlauf
Originalformat
1
2
3
4
5
6
7
# coding: utf-8
from synergine2.xyz import XYZException
class NotFoundWhereToGo(XYZException):
pass