Ce site fonctionne mieux avec JavaScript
Accueil
Explorateur
Aide
Connexion
bux
/
synergine2
Suivre
1
Voter
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
72
Révisions
1
Branches
Aborescence:
e7c0f9e1f2
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de 'e7c0f9e1f2'
${ noResults }
synergine2
/
sandbox
/
engulf
/
exceptions.py
exceptions.py
106B
Historique
Brut
1
2
3
4
5
6
7
# coding: utf-8
from synergine2.xyz import XYZException
class NotFoundWhereToGo(XYZException):
pass