Exception: Rebi::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Rebi::Error
- Defined in:
- lib/rebi/error.rb
Constant Summary collapse
- ApplicationNotFound =
Class.new(self)
- EnvironmentExisted =
Class.new(self)
- EnvironmentNotExisted =
Class.new(self)
- ConfigFileNotFound =
Class.new(self)
- ConfigNotFound =
Class.new(self)
- ConfigInvalid =
Class.new(self)
- NoGit =
Class.new(self)
- ServiceError =
Class.new(self)
- EnvironmentInUpdating =
Class.new(self)