xref: /dokuwiki/vendor/splitbrain/slika/src/Exception.php (revision 99a964338ed7c87bea2733dc0a95f255cb60e06d)
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