big update's coming
[mdref/mdref-http] / http / Object / setDefaultErrorHandling.md
diff --git a/http/Object/setDefaultErrorHandling.md b/http/Object/setDefaultErrorHandling.md
deleted file mode 100644 (file)
index 950af94..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# static void http\Object::setDefaultErrorHandling(int $eh)
-
-Set the http extension's global default error handling.
-
-## Params:
-
-* int $eh  
-  The error handling. See http\Object::EH_* constants.
-  
-## Throws:
-
-* http\Exception  
-  When http\Object::EH_THROW is in effect.
-  
-## Warnings:
-
-* E_RUNTIME, if $eh is an unknown error handling.