Reorg dirs: Move Error class from utils/GUIHelpers to Models/Error
In this MR the Error
class from GUI/utils/GUIHelpers
is moved to separate files GUI/Models/Error
and taken out of the GUIHelpers
namespace. Many classes in GUI/Models
throw this error thus it should be located in GUI/Models
.