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