summaryrefslogtreecommitdiffstats
path: root/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
blob: 465d757bc7dd3169881cf3d84c75a83f652074b3 (plain) (blame)
1
2
3
4
5
6
7
<?php

namespace PhpOffice\PhpSpreadsheet;

class Exception extends \Exception
{
}