<?php

namespace iio\libmergepdf;

if (!defined('_PS_VERSION_')) {
    exit;
}

/**
 * Base exception
 */
class Exception extends \Exception
{
}
