Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc:custom_error.md fix import #2727

Merged
merged 1 commit into from
Feb 10, 2023
Merged

doc:custom_error.md fix import #2727

merged 1 commit into from
Feb 10, 2023

Conversation

4xii
Copy link
Contributor

@4xii 4xii commented Feb 10, 2023

import { HttpStatus } from '@midwayjs/core';

---->

import { MidwayError } from '@midwayjs/core';

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

import { HttpStatus } from '@midwayjs/core'; 

---->

import { MidwayError } from '@midwayjs/core';
@czy88840616 czy88840616 added the pr: documentation This PR works on the website or other text documents in the repo. label Feb 10, 2023
@czy88840616 czy88840616 merged commit 07aa163 into midwayjs:main Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: documentation This PR works on the website or other text documents in the repo.
Development

Successfully merging this pull request may close these issues.

2 participants