dolibarr/htdocs/includes/phpoffice/PhpSpreadsheet/Exception.php

8 lines
83 B
PHP
Raw Normal View History

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