<?php

namespace IZON\Thumber\Image\Exceptions;

use IZON\Thumber\Exceptions\ThumberException;

/**
 * Description of InvalidSizeException
 *
 * @author lukas
 */
class InvalidSizeException extends ThumberException {
    
}

