mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
python: Fix exception name in example
Fixes: https://github.com/libguestfs/libguestfs/issues/138 (cherry picked from commit1d760b0d8f) (cherry picked from commitb56b5ca46c)
This commit is contained in:
@@ -29,7 +29,7 @@ In a future version of libguestfs, this will become the default.
|
||||
|
||||
=head2 EXCEPTIONS
|
||||
|
||||
Errors from libguestfs functions are mapped into C<RuntimeException>
|
||||
Errors from libguestfs functions are mapped into C<RuntimeError>
|
||||
with a single string argument which is the error message.
|
||||
|
||||
=head2 MORE DOCUMENTATION
|
||||
|
||||
Reference in New Issue
Block a user