<?php

namespace Symfony\Component\Form\Exception;

class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
