This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
bux
/
synergine2
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Activity
84
İşlemeler
1
Dallar
Ağaç:
23f4cda88e
master
Dallar
Biçim İmleri
${ item.name }
Create branch
${ searchTerm }
from '23f4cda88e'
${ noResults }
synergine2
/
sandbox
/
engulf
/
exceptions.py
exceptions.py
106B
Geçmiş
Ham
1
2
3
4
5
6
7
# coding: utf-8
from synergine2.xyz import XYZException
class NotFoundWhereToGo(XYZException):
pass