Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <?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
|