Skip to content

Commit

Permalink
[api] wow, we have no test cases for backend exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 13, 2012
1 parent 8bebcd0 commit f866c32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/activexml/transport.rb
Expand Up @@ -22,12 +22,6 @@ def parse!
@xml = {'summary' => self.message[0..120], 'code' => '500'}
return
end
if api_error
message = api_error.value('summary')
api_exception = api_error.value('exception')
else

end
end

def api_exception
Expand Down

0 comments on commit f866c32

Please sign in to comment.