<?php

declare(strict_types=1);

namespace Laminas\Feed\Writer\Exception;

use Laminas\Feed\Exception;

class RuntimeException extends Exception\RuntimeException implements ExceptionInterface
{
}
