Explorar o código

added Overflow

Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
54a921d97c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      std/neko/io/Error.hx

+ 2 - 0
std/neko/io/Error.hx

@@ -34,6 +34,8 @@ enum Error {
 	Blocked;
 	/** An operation has occured while the Input or Output has already been closed **/
 	Closed;
+	/** An operation is outside of its valid range **/
+	Overflow;
 	/** Other errors **/
 	Custom( e : Dynamic );
 }