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