Exception: StandardError
- Inherits:
-
Exception
- Object
- Exception
- StandardError
- Defined in:
- lib/zypper/upgraderepo/utils.rb
Overview
Default error code.
Direct Known Subclasses
Zypper::Upgraderepo::AlreadyUpgraded, Zypper::Upgraderepo::FileNotFound, Zypper::Upgraderepo::Interruption, Zypper::Upgraderepo::InvalidProtocol, Zypper::Upgraderepo::InvalidVersion, Zypper::Upgraderepo::InvalidWritePermissions, Zypper::Upgraderepo::MissingOverride, Zypper::Upgraderepo::NoConnection, Zypper::Upgraderepo::NoUnstableVersionAvailable, Zypper::Upgraderepo::ReleaseFileNotFound, Zypper::Upgraderepo::SystemUpdateRunning, Zypper::Upgraderepo::UnableToUpgrade, Zypper::Upgraderepo::UnmatchingOverrides
Instance Method Summary collapse
Instance Method Details
#error_code ⇒ Object
105 106 107 |
# File 'lib/zypper/upgraderepo/utils.rb', line 105 def error_code 1 end |