exception.ts 452 Bytes
export default {
  backLogin: 'Back Login',
  backHome: 'Back Home',
  subTitle403: "Sorry, you don't have access to this page.",
  subTitle404: 'Sorry, the page you visited does not exist.',
  subTitle500: 'Sorry, the server is reporting an error.',
  noDataTitle: 'No data on the current page.',
  networkErrorTitle: 'Network Error',
  networkErrorSubTitle:
    'Sorry,Your network connection has been disconnected, please check your network!',
};