blob: 23869d83a61e7be9e424372336b6e350c2db9c39 [file] [log] [blame]
<template>
<exception-page type="500" />
</template>
<script>
import ExceptionPage from './ExceptionPage'
export default {
components: {
ExceptionPage
}
}
</script>
<style scoped>
</style>