Files
huangjingfen/pro_v3.5.1/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php

8 lines
83 B
PHP
Raw Normal View History

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