<?php

namespace Filament\Actions\Imports\Exceptions;

use Exception;

class RowImportFailedException extends Exception
{
}
