index
:
swiftstory.git
black_card_visible
c++
change-packaging
master
python-package-no-www
SwiftStory game
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swiftstory
/
exception.py
blob: ac2a07471502eb5cdcae31e62fcd8e9f4ad23ad5 (
plain
)
1
2
3
4
5
6
class WrongAction(Exception): pass class UnsupportedLanguage(Exception): pass