Files
geo/api/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php

10 lines
112 B
PHP

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