9 lines
84 B
Ruby
9 lines
84 B
Ruby
module Foreman
|
|
|
|
VERSION = "0.4.6"
|
|
|
|
class AppDoesNotExist < Exception; end
|
|
|
|
end
|
|
|