mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-25 15:18:28 +02:00
Made pdflatex an optional dependency and a little more reliable.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
class DiceError(ValueError):
|
||||
"""Improper formatting for a dice string."""
|
||||
pass
|
||||
|
||||
class LatexError(OSError):
|
||||
"""PDFLatex did not execute correctly."""
|
||||
|
||||
class LatexNotFoundError(LatexError):
|
||||
"""PDFLatex did not execute correctly."""
|
||||
|
||||
Reference in New Issue
Block a user