Exception.php 83 Bytes
<?php

namespace PhpOffice\PhpSpreadsheet;

class Exception extends \Exception
{
}