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.
11 lines
173 B
PHP
11 lines
173 B
PHP
<?php
|
|
|
|
namespace Psr\SimpleCache;
|
|
|
|
/**
|
|
* Interface used for all types of exceptions thrown by the implementing library.
|
|
*/
|
|
interface CacheException extends \Throwable
|
|
{
|
|
}
|