<?php

namespace Xentral\Widgets\ChunkedUpload\Exception;

use Xentral\Core\Exception\WidgetExceptionInterface;

interface ChunkedUploadExceptionInterface extends WidgetExceptionInterface
{
}