Release of v5.1.1-alpha1
Move all banners to GitHub. Adds library phpspreadsheet to JCB. Adds import item example to demo component. Updates the Superpower class with the GetRemote class in the plugin. Ensures the super power autoloader triggers the correct repositories.
This commit is contained in:
12
libraries/phpspreadsheet/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php
vendored
Normal file
12
libraries/phpspreadsheet/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?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
|
Reference in New Issue
Block a user