<?php

namespace IZON\Thumber\Exceptions;

use Exception;

/**
 * ThumberException is generic exception for thumber module
 *
 * @author lukas
 */
class ThumberException extends Exception {
    //put your code here
}

