eidng8 / sttbot

Star Trek Timelines wiki crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

properly handles HTTP errors

eidng8 opened this issue · comments

Currently all HTTP errors are simply ignored.

  • eidng8\Wiki\Api\Http::get() should throw exceptions on HTTP errors
  • All API classes should handle HTTP exceptions