xref: /dokuwiki/vendor/splitbrain/slika/src/Exception.php (revision 8a24a85d09f0d5cf3ee020750a7424d37741c399)
1<?php
2
3
4namespace splitbrain\slika;
5
6/**
7 * Exception thrown on all errors during image processing
8 */
9class Exception extends \Exception
10{
11
12}
13