import React from 'react'; import Exception from '../../components/Exception'; export default () => <Exception type="500" />;