@@ -37,6 +37,7 @@ class LuticateApplication implements MessageComponentInterface
*/
public function __construct($configuration)
{
+ error_reporting(0);
$this->_config = $configuration;
$this->_clients = new \SplObjectStorage;
$this->_router = new LuRoute();