Files
BBnepal-Accounts/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
2024-09-29 16:59:27 +05:45

10 lines
112 B
PHP

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