xfconf and xfconf_info: use do_raise (#4975)

* remove redundant XfConfException class

* adjusted indentation in the documentaiton blocks

* add changelog fragment
This commit is contained in:
Alexei Znamensky 2022-07-24 22:09:24 +12:00 committed by GitHub
commit 31ef6c914b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 35 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- xfconf - use ``do_raise()`` instead of defining custom exception class (https://github.com/ansible-collections/community.general/pull/4975).
- xfconf_info - use ``do_raise()`` instead of defining custom exception class (https://github.com/ansible-collections/community.general/pull/4975).