This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
bux
/
synergine2
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
74
Commit
1
Rami (Branch)
Albero (Tree):
6199fdc360
master
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from '6199fdc360'
${ noResults }
synergine2
/
sandbox
/
engulf
/
exceptions.py
exceptions.py
106B
Cronologia
Originale
1
2
3
4
5
6
7
# coding: utf-8
from synergine2.xyz import XYZException
class NotFoundWhereToGo(XYZException):
pass