D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
ezyang
/
htmlpurifier
/
library
/
HTMLPurifier
/
Filename :
Exception.php
back
Copy
<?php /** * Global exception class for HTML Purifier; any exceptions we throw * are from here. */ class HTMLPurifier_Exception extends Exception { } // vim: et sw=4 sts=4