mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-04-07 21:20:17 +00:00
8 lines
83 B
PHP
8 lines
83 B
PHP
<?php
|
|
|
|
namespace PhpOffice\PhpSpreadsheet;
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
}
|