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