10 lines
193 B
PHP
10 lines
193 B
PHP
<?php
|
|
|
|
namespace TablePress\PhpOffice\PhpSpreadsheet\Reader;
|
|
|
|
use TablePress\PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
|
|
|
|
class Exception extends PhpSpreadsheetException
|
|
{
|
|
}
|