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