jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
776 stars 234 forks source link

Adding Exception Classes #182

Closed ProdigyView closed 7 years ago

ProdigyView commented 8 years ago

For better error logging and managing actions based up error type, use different exception types.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 61.335% when pulling fd0b0143060526f0f654bae43554cf426db1ad17 on ProdigyView:patch-1 into 2048e51f8397051ac71cd989a8b84f87afafcafc on jublonet:develop.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 61.335% when pulling fd0b0143060526f0f654bae43554cf426db1ad17 on ProdigyView:patch-1 into 2048e51f8397051ac71cd989a8b84f87afafcafc on jublonet:develop.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 61.335% when pulling fd0b0143060526f0f654bae43554cf426db1ad17 on ProdigyView:patch-1 into 2048e51f8397051ac71cd989a8b84f87afafcafc on jublonet:develop.

codecov-io commented 8 years ago

Current coverage is 62.85% (diff: 21.42%)

Merging #182 into develop will not change coverage

@@            develop       #182   diff @@
==========================================
  Files             1          1          
  Lines          1015       1015          
  Methods          71         71          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            638        638          
  Misses          377        377          
  Partials          0          0          

Powered by Codecov. Last update 2048e51...fd0b014

ProdigyView commented 7 years ago

@jublo Can these changes be merged in?