xref: /dokuwiki/vendor/splitbrain/slika/src/Exception.php (revision 5c25a0714a8ef36fe8b57b70c8b59ee09eccaac1)
192a8473aSAndreas Gohr<?php
292a8473aSAndreas Gohr
392a8473aSAndreas Gohr
492a8473aSAndreas Gohrnamespace splitbrain\slika;
592a8473aSAndreas Gohr
6*5c25a071SAndreas Gohr/**
7*5c25a071SAndreas Gohr * Exception thrown on all errors during image processing
8*5c25a071SAndreas Gohr */
992a8473aSAndreas Gohrclass Exception extends \Exception
1092a8473aSAndreas Gohr{
1192a8473aSAndreas Gohr
1292a8473aSAndreas Gohr}
13