10 lines
123 B
PHP
10 lines
123 B
PHP
<?php
|
|
|
|
namespace TablePress\PhpOffice\PhpSpreadsheet;
|
|
|
|
use RuntimeException;
|
|
|
|
class Exception extends RuntimeException
|
|
{
|
|
}
|