mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
8 lines
83 B
PHP
8 lines
83 B
PHP
<?php
|
|
|
|
namespace PhpOffice\PhpSpreadsheet;
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
}
|