5 lines
69 B
Ruby
5 lines
69 B
Ruby
|
|
module ProviderErrors
|
||
|
|
class NameConflict < StandardError
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|