From: Antonio Ospite <ao2@ao2.it>
Date: Tue, 13 Nov 2018 16:56:44 +0000 (+0100)
Subject: src/Tweeper.php: make code more robust by properly check return values
X-Git-Tag: v1.4.0~8
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/5333d3c8ec110a4349dfc3b56168a157afc70082?ds=sidebyside;hp=5333d3c8ec110a4349dfc3b56168a157afc70082

src/Tweeper.php: make code more robust by properly check return values

Check return values to catch error earlier, and while at it also emit
more error messages in case of failures.
---