From 823a443321360e089e9c6d169a6cc116e3fb50b2 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 2 Dec 2011 00:02:51 +0100 Subject: Rename FSError to UVException and move to node.cc --- src/node.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index cb58a220bb..38d3c621bf 100644 --- a/src/node.h +++ b/src/node.h @@ -192,6 +192,12 @@ NODE_EXTERN v8::Local ErrnoException(int errorno, const char *syscall = NULL, const char *msg = "", const char *path = NULL); + +NODE_EXTERN v8::Local UVException(int errorno, + const char *syscall = NULL, + const char *msg = NULL, + const char *path = NULL); + #ifdef _WIN32 NODE_EXTERN v8::Local WinapiErrnoException(int errorno, const char *syscall = NULL, const char *msg = "", -- cgit v1.2.1