<?php

namespace Flow\Import\Postprocessor;

use MWException;

class PostprocessingException extends MWException {
}
