<?php

namespace LWVendor;

/**
 * Exceptions related to configuration schema
 */
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
{
}
/**
 * Exceptions related to configuration schema
 */
\class_alias('LWVendor\\HTMLPurifier_ConfigSchema_Exception', 'HTMLPurifier_ConfigSchema_Exception', \false);
// vim: et sw=4 sts=4
