src/Tweeper.php: harmonize error messages
authorAntonio Ospite <ao2@ao2.it>
Wed, 14 Nov 2018 14:57:36 +0000 (15:57 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Nov 2018 09:28:16 +0000 (10:28 +0100)
commit4336e714ebb2cf1b07c59a4534b9d9acd244c6f9
treee87fee08a685f671ba0e059f97d7c29eee7c205b
parent5333d3c8ec110a4349dfc3b56168a157afc70082
src/Tweeper.php: harmonize error messages

Since the Tweeper class is supposed to be used as a library don't let
any error be fatal and convert all current uses of E_USER_ERROR into
E_USER_WARNING.

Also convert the few instances of E_USER_NOTICE into E_USER_WARNING.

Finally, stop using error_log as well in favour of trigger_error which
provides more context in the produced message.
src/Tweeper.php