File "Exception.php"

Full Path: /home/trinadezambia/public_html/use-callback-ref/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php
File size: 170 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace PhpOffice\PhpSpreadsheet\Chart;

use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;

class Exception extends PhpSpreadsheetException
{
}