import Exception from './Exception';
export default class MultipartException extends Exception {
}
