Class: CodewarsApi::ResponseChecker

Inherits:
Object
  • Object
show all
Defined in:
lib/codewars_api/helpers/response_checker.rb

Class Method Summary collapse

Class Method Details

.check_errors(response) ⇒ Object



3
4
5
# File 'lib/codewars_api/helpers/response_checker.rb', line 3

def self.check_errors(response)
  fail response.message if response.code == 500
end