7 lines
63 B
Ruby
7 lines
63 B
Ruby
module Foreman
|
|
|
|
class AppDoesNotExist < Exception; end
|
|
|
|
end
|
|
|