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

8 lines
141 B
PHP

<?php
declare(strict_types=1);
namespace OpenSpout\Reader\Exception;
final class SharedStringNotFoundException extends ReaderException {}