[FrameworkBundle] fixed XSD for the new exception-controller option

This commit is contained in:
Fabien Potencier 2011-02-06 21:44:04 +01:00
parent 44e6a5d45f
commit 33c8d12b9a

View File

@ -22,6 +22,7 @@
<xsd:attribute name="cache-warmer" type="cache_warmer" />
<xsd:attribute name="charset" type="xsd:string" />
<xsd:attribute name="error-handler" type="xsd:string" />
<xsd:attribute name="exception-controller" type="xsd:string" />
<xsd:attribute name="ide" type="xsd:string" />
</xsd:complexType>