Files
dungeon-sheets/dungeonsheets/exceptions.py
T

4 lines
87 B
Python

class DiceError(ValueError):
"""Improper formatting for a dice string."""
pass