from .xlate import XLATOR
-__version__ = '1.1.0'
+__version__ = '1.2.0'
_ = XLATOR.gettext
ngettext = XLATOR.ngettext
pass
+# =============================================================================
+class TerraformHandlerError(TerraformObjectError):
+ """Exception because of handler errors."""
+
+ pass
+
+
+# =============================================================================
+class TerraformVSphereError(TerraformObjectError):
+ """Exception because of VSphere configuration errors."""
+
+ pass
+
+
# =============================================================================
class TerraformVmError(TerraformObjectError):
"""Exception class on errors evaluation VM definition for terraform."""