diff options
| author | Ulrich Petri <ulo@ulo.pe> | 2011-01-28 01:29:34 +0100 |
|---|---|---|
| committer | Ulrich Petri <ulo@ulo.pe> | 2011-01-28 01:29:34 +0100 |
| commit | 7710a08b5ed524df6b990214547da4c4a4423448 (patch) | |
| tree | 1b090335e73e489cfea9ad9ffd4c32137b990010 /compressor/exceptions.py | |
| parent | 68df68833bcb966b681ab36abae366c8eecb811f (diff) | |
| download | django-compressor-7710a08b5ed524df6b990214547da4c4a4423448.tar.gz | |
Refactored offline compression
Diffstat (limited to 'compressor/exceptions.py')
| -rw-r--r-- | compressor/exceptions.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compressor/exceptions.py b/compressor/exceptions.py index a79c9ad..c03b55c 100644 --- a/compressor/exceptions.py +++ b/compressor/exceptions.py @@ -15,3 +15,9 @@ class ParserError(Exception): This exception is raised when the parser fails """ pass + +class OfflineGenerationError(Exception): + """ + Offline compression generation related exceptions + """ + pass |
