<?php

namespace Symfony\Component\Serializer\Exception;

class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
