Exception: Omnibus::FailedToSignWindowsPackage
- Defined in:
- lib/omnibus/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ FailedToSignWindowsPackage
constructor
A new instance of FailedToSignWindowsPackage.
Constructor Details
#initialize ⇒ FailedToSignWindowsPackage
Returns a new instance of FailedToSignWindowsPackage.
334 335 336 |
# File 'lib/omnibus/exceptions.rb', line 334 def initialize super("Failed to sign Windows Package.") end |