/home/brandsfa/annurbd.com/vendor/openspout/openspout/src/Common/Exception/OpenSpoutException.php
<?php

declare(strict_types=1);

namespace OpenSpout\Common\Exception;

use Exception;

abstract class OpenSpoutException extends Exception {}