mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feat(lib): introduce doom-error & error functions
This commit is contained in:
@ -228,7 +228,6 @@ the return value of the executed CLI."
|
||||
;;
|
||||
;;; Errors
|
||||
|
||||
(define-error 'doom-cli-error "There was an unexpected error" 'doom-error)
|
||||
(define-error 'doom-cli-definition-error "Invalid CLI definition" 'doom-cli-error)
|
||||
(define-error 'doom-cli-autoload-error "Failed to autoload deferred command" 'doom-cli-error)
|
||||
(define-error 'doom-cli-invalid-prefix-error "Prefix has no defined commands" 'doom-cli-error)
|
||||
|
Reference in New Issue
Block a user