Files
pancake/system/vendor/league/csv/src/UnableToProcessCsv.php
Tim Bendt 6b9ef7ca55 first
2025-11-25 00:16:35 -05:00

21 lines
363 B
PHP
Executable File

<?php
/**
* League.Csv (https://csv.thephpleague.com)
*
* (c) Ignace Nyamagana Butera <nyamsprod@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace League\Csv;
use Throwable;
interface UnableToProcessCsv extends Throwable
{
}