note
	description: "A class taht has errors to manage"
	author: "Louis Marchand"
	date: "Mon, 06 Apr 2015 01:38:04 +0000"
	revision: "2.0"

deferred class interface
	GAME_ERROR_MANAGER

feature -- Access

	has_error: BOOLEAN
			-- Is the library has generate an error

	last_error: READABLE_STRING_GENERAL
			-- The last error generate by the library
	
end -- class GAME_ERROR_MANAGER

Generated by ISE EiffelStudio