haxe/src/haxe/exceptions/NotImplementedException.cs
// Generated by Haxe 4.3.7

#pragma warning disable 109, 114, 219, 429, 168, 162
namespace haxe.exceptions {
	public class NotImplementedException : global::haxe.exceptions.PosException {
		
		public NotImplementedException(global::haxe.lang.EmptyObject empty) : base(global::haxe.lang.EmptyObject.EMPTY) {
		}
		
		
		public NotImplementedException(string message, global::haxe.Exception previous, object pos) : base(((string) (( (( message == null )) ? ("Not implemented") : (message) )) ), ((global::haxe.Exception) (( (( previous == null )) ? (null) : (previous) )) ), ((object) (( (( pos == null )) ? (null) : (pos) )) )) {
			{
				if (( message == null )) {
					message = "Not implemented";
				}
				
			}
			
			this.__shiftStack();
		}
		
		
	}
}