DBXE/classes/Widgets/ChunkedUpload/Exception/ChunkedUploadExceptionInter...

10 lines
192 B
PHP

<?php
namespace Xentral\Widgets\ChunkedUpload\Exception;
use Xentral\Core\Exception\WidgetExceptionInterface;
interface ChunkedUploadExceptionInterface extends WidgetExceptionInterface
{
}