We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a8982 commit c25aa15Copy full SHA for c25aa15
lib/quickmox/host.rb
@@ -96,7 +96,7 @@ def handle_exceptions
96
begin
97
yield
98
rescue => e
99
- raise HostError, "Exception" #" in Quickmox::Host while handling host #{@session.host}: #{e}"
+ raise HostError, "Exception in Quickmox::Host while handling host #{@session.host}: #{e}"
100
end
101
102
lib/quickmox/version.rb
@@ -1,3 +1,3 @@
1
module Quickmox
2
- VERSION = '0.2.4'
+ VERSION = '0.2.5'
3
0 commit comments