Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Entrar
bux
/
synergine2
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
72
Commits
1
Branches
Tag:
e7c0f9e1f2
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de e7c0f9e1f2
${ noResults }
synergine2
/
sandbox
/
engulf
/
exceptions.py
exceptions.py
106B
Histórico
Original
1
2
3
4
5
6
7
# coding: utf-8
from synergine2.xyz import XYZException
class NotFoundWhereToGo(XYZException):
pass