Exception: MsPac::Error::PelletRepoError

Inherits:
MsPac::Error
  • Object
show all
Defined in:
lib/mspac/error/pellet_repo_error.rb

Instance Method Summary collapse

Constructor Details

#initializePelletRepoError

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