500.md 170 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
order: 1
title: 500
---

500 鑡青。

````jsx
nikogu's avatar
nikogu committed
9
import Exception from 'ant-design-pro/lib/Exception';
10 11 12 13 14

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