class OnlyGitReposCanBeUpdatedError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/lace/exceptions.rb, line 6 def initialize super "Only pkgs installed via git can be updated" end