2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/includes/phpoffice/PhpSpreadsheet/Writer/Exception.php
2019-01-21 14:06:01 +01:00

10 lines
171 B
PHP

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