nulib-spout/openspout3/src/Reader/Exception/SharedStringNotFoundException.php

8 lines
110 B
PHP

<?php
namespace OpenSpout\Reader\Exception;
class SharedStringNotFoundException extends ReaderException
{
}