---
order: 0
title:
  zh-CN: 404
  en-US: 404
---

## zh-CN

404 页面。

## en-US

404 page.

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

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