Exception.php 170 B

123456789
  1. <?php
  2. namespace PhpOffice\PhpSpreadsheet\Chart;
  3. use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
  4. class Exception extends PhpSpreadsheetException
  5. {
  6. }