Exception.php 83 B

12345678
  1. <?php
  2. namespace PhpOffice\PhpSpreadsheet;
  3. class Exception extends \Exception
  4. {
  5. }