4 lines
68 B
Ruby
4 lines
68 B
Ruby
|
module Github
|
||
|
RepositoryFetchError = Class.new(StandardError)
|
||
|
end
|