public function testIsLoggable()
 {
     $httpError = new HttpError(500, 'server error!');
     $this->assertFalse($httpError->isLoggable(), 'http error is not loggable');
 }