Skip to content

Commit

Permalink
feat: export E_PROMPT_CANCELLED exception
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 25, 2023
1 parent feab411 commit d185f52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/errors.ts
Expand Up @@ -7,8 +7,11 @@
* file that was distributed with this source code.
*/

import { errors } from '@poppinss/prompts'
import { createError, Exception } from '@poppinss/utils'

export const E_PROMPT_CANCELLED = errors.E_PROMPT_CANCELLED

/**
* Command is missing the static property command name
*/
Expand Down

0 comments on commit d185f52

Please sign in to comment.