<?php

/**
 * @see https://github.com/laminas/laminas-serializer for the canonical source repository
 */

declare(strict_types=1);

namespace Laminas\Serializer\Exception;

/**
 * @used       RuntimeException
 */
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
