Exception: MsPac::Error::PelletRepoError
- Inherits:
-
MsPac::Error
- Object
- RuntimeError
- MsPac::Error
- MsPac::Error::PelletRepoError
- Defined in:
- lib/mspac/error/pellet_repo_error.rb
Instance Method Summary collapse
-
#initialize ⇒ PelletRepoError
constructor
A new instance of PelletRepoError.
Constructor Details
#initialize ⇒ PelletRepoError
Returns a new instance of PelletRepoError.
2 3 4 |
# File 'lib/mspac/error/pellet_repo_error.rb', line 2 def initialize super("Could not update pellet repo") end |