<?php

namespace IZON\Thumber\Exceptions;

use Exception;

/**
 * Image not found in cache.
 *
 * @author Aleš Kopecký <kopecky@izon.cz>
 */
class ImageNotInCacheException extends ThumberException {

}

