Exception.php 171 B

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