Update SSLContext to use folly::Random and discrete_distribution
[folly.git] / folly / Exception.h
index b4f6da1496de77db4c7a0017a0687296ffbaa461..28188c639ae8afc972d2a710bed1c809fd292c29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -126,4 +126,3 @@ void throwOnFail(V&& value, Args&&... args) {
 }  // namespace folly
 
 #endif /* FOLLY_EXCEPTION_H_ */
-