kook/lib/kook/exceptions.rb
2013-12-28 11:55:48 +01:00

5 lines
73 B
Ruby

module Kook
class MissingProjectConfiguration < RuntimeError ; end
end