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

10 lines
123 B
PHP

<?php
namespace TablePress\PhpOffice\PhpSpreadsheet;
use RuntimeException;
class Exception extends RuntimeException
{
}