<?php
namespace Xentral\Components\Exporter\Exception;
use RuntimeException;
class FileExistsException extends RuntimeException implements ExporterExceptionInterface
{
}