<?php

namespace Symfony\Component\Serializer\Exception;

class CircularReferenceException extends RuntimeException
{
}
