Searched refs:UnexpectedStatusCodeError (Results 1 - 3 of 3) sorted by relevance

/ontohub/lib/uri_fetcher/
H A Derrors.rb31 class UnexpectedStatusCodeError < Error class in class:UriFetcher.Errors
/ontohub/git/lib/
H A Dgit_update.rb46 rescue OntohubNet::UnexpectedStatusCodeError => error
H A Dontohub_net.rb34 raise UnexpectedStatusCodeError.new(response: resp) unless resp.code == '200'

Completed in 8 milliseconds