nulib-spout/openspout3/src/Common/Exception/SpoutException.php

8 lines
99 B
PHP

<?php
namespace OpenSpout\Common\Exception;
abstract class SpoutException extends \Exception
{
}