---
order: 1
title:
  zh-CN: 500
  en-US: 500
---

## zh-CN

500 页面。

## en-US

500 page.

````jsx
import Exception from 'ant-design-pro/lib/Exception';

ReactDOM.render(
  <Exception type="500" />
, mountNode);
````
