File "Exception.php"

Full Path: /home/isoftco/public_html/hrm/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Exception.php
File size: 171 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace PhpOffice\PhpSpreadsheet\Writer;

use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;

class Exception extends PhpSpreadsheetException
{
}