class MsPac::Error::PelletRepo

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/mspac/error/pellet_repo.rb, line 2
def initialize
    super("Could not update pellet repo")
end