Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Add prompt type to the invalid prompt exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amejia481 authored and mergify[bot] committed Nov 29, 2021
1 parent 04fb860 commit 0b6e618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ class PromptFeature private constructor(
)
}

else -> throw InvalidParameterException("Not valid prompt request type")
else -> throw InvalidParameterException("Not valid prompt request type $promptRequest")
}

dialog.feature = this
Expand Down

0 comments on commit 0b6e618

Please sign in to comment.