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

10 lines
193 B
PHP

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