Skip to content

Commit

Permalink
Document variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbt365 committed Oct 22, 2024
1 parent fb0e42d commit d5d021a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/structs/framework_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ pub enum FrameworkError<'a, U, E> {
/// General context
ctx: crate::Context<'a, U, E>,
},
/// The command was invoked, but an error occurred while fetching the necessary information to
/// verify permissions.
#[non_exhaustive]
PermissionFetchFailed {
/// General context
Expand Down

0 comments on commit d5d021a

Please sign in to comment.