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