Add StandardRB and get some fixes
This commit is contained in:
@@ -10,7 +10,10 @@ require_relative "picopackage/cli"
|
||||
|
||||
module Picopackage
|
||||
class Error < StandardError; end
|
||||
|
||||
class FileTooLargeError < StandardError; end
|
||||
|
||||
class FetchError < StandardError; end
|
||||
|
||||
class LocalModificationError < StandardError; end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user