X-Git-Url: https://reisub.nsupdate.info/git/?p=friendica-addons.git%2F.git;a=blobdiff_plain;f=advancedcontentfilter%2Fvendor%2Fsymfony%2Fvar-exporter%2FException%2FExceptionInterface.php;fp=advancedcontentfilter%2Fvendor%2Fsymfony%2Fvar-exporter%2FException%2FExceptionInterface.php;h=adfaed47c0da5d7cdeabade83d995914c23f3683;hp=0000000000000000000000000000000000000000;hb=569931986d6d704ac7e0264d6e5bb24df11a5b5f;hpb=11cc3594341cc67d6c1da1456ea77e7967de4b78 diff --git a/advancedcontentfilter/vendor/symfony/var-exporter/Exception/ExceptionInterface.php b/advancedcontentfilter/vendor/symfony/var-exporter/Exception/ExceptionInterface.php new file mode 100644 index 00000000..adfaed47 --- /dev/null +++ b/advancedcontentfilter/vendor/symfony/var-exporter/Exception/ExceptionInterface.php @@ -0,0 +1,16 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Component\VarExporter\Exception; + +interface ExceptionInterface extends \Throwable +{ +}