/*
	NSErrors.h
	mySTEP

	Created by Dr. H. Nikolaus Schaller on Sat Jan 07 2006.
	Copyright (c) 2005 DSITRI.
 
	This file is part of the mySTEP Library and is provided
	under the terms of the GNU Library General Public License.
*/

#ifndef _mySTEP_H_NSErrors
#define _mySTEP_H_NSErrors

#import "Foundation/Foundation.h"

// this header should define all exceptions that can come from AppKit
// but we have defined them individually

#endif /* _mySTEP_H_NSObjectController */

