Skip to content

Commit

Permalink
Compare to ::StandardError
Browse files Browse the repository at this point in the history
Change-Id: Ic1043a6db859513b3e5b4f84fcfb55a53c874cf8
  • Loading branch information
kamaradclimber committed Mar 1, 2017
1 parent 749499d commit ee507fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kitchen/driver/ec2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def destroy(state)
Details:
#{ex.inspect}
is a standard error: #{ex.is_a?(StandardError)}
is a standard error: #{ex.is_a?(::StandardError)}
parent class: #{ex.class.superclass.name}
grand parent class: #{ex.class.superclass.superclass.name}
EOH
Expand Down

0 comments on commit ee507fe

Please sign in to comment.