jb-data.de/lib/PhpSpreadsheet/Chart/Exception.php
2025-08-11 22:23:30 +02:00

9 lines
170 B
PHP

<?php
namespace PhpOffice\PhpSpreadsheet\Chart;
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
class Exception extends PhpSpreadsheetException
{
}