<template>
<tiny-exception page-empty type="pageservererror"></tiny-exception>
</template>
<script>
import { TinyException } from '@opentiny/vue'
export default {
components: {
TinyException
}
</script>