2026-01-22 15:17:18 +00:00

10 lines
192 B
PHP

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