Skip to content

Commit

Permalink
Update resources.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Feb 19, 2025
1 parent a5d38d1 commit 2238dea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace resources_command::properties {

/// @brief Looks up a localized resource of type xtd::forms::sound.
static const xtd::object& sound() {
throw xtd::not_implemented_exception {};
xtd::helpers::throw_helper::throws(xtd::helpers::exception_case::not_implemented);
}

/// @}
Expand Down

0 comments on commit 2238dea

Please sign in to comment.