surat/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Exception.php

10 lines
171 B
PHP
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?php
namespace PhpOffice\PhpSpreadsheet\Writer;
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
class Exception extends PhpSpreadsheetException
{
}