1 <?php
2 
3 
4 namespace splitbrain\slika;
5 
6 /**
7  * Exception thrown on all errors during image processing
8  */
9 class Exception extends \Exception
10 {
11 
12 }
13