public function testAlwaysContainDefaultMessage()
 {
     $exception = new ClientErrorException(401);
     $this->assertContains('A client error occurred', $exception->getMessage());
 }