<?php

namespace Shellbox\Multipart;

use Exception;

/**
 * Exception base class for multipart errors
 */
class MultipartError extends Exception {
}
