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

## zh-CN

500 页面。

## en-US

500 page.

````jsx
import { Exception } from 'mhc-antd-admin';

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