4 lines
73 B
Ruby
4 lines
73 B
Ruby
|
|
module Kook
|
|
class MissingProjectConfiguration < RuntimeError ; end
|
|
end
|