1/*
2 * Copyright (c) 2006-2008, The RubyCocoa Project.
3 * Copyright (c) 2001-2006, FUJIMOTO Hisakuni.
4 * All Rights Reserved.
5 *
6 * RubyCocoa is free software, covered under either the Ruby's license or the
7 * LGPL. See the COPYRIGHT file for more information.
8 */
9
10#import "osx_ruby.h"
11#import <Foundation/Foundation.h>
12
13VALUE ocdataconv_err_class(void);
14VALUE oc_err_class(void);
15VALUE ocmsgsend_err_class(void);
16
17VALUE rb_err_new(VALUE klass, const char *fmt, ...);
18VALUE oc_err_new(NSException* nsexcp);
19