<?php
namespace Xentral\Widgets\ChunkedUpload\Exception;
use RuntimeException;
class FilesystemErrorException extends RuntimeException implements ChunkedUploadExceptionInterface
{
}