9 lines
90 B
Ruby
9 lines
90 B
Ruby
require "foreman/version"
|
|
|
|
module Foreman
|
|
|
|
class AppDoesNotExist < Exception; end
|
|
|
|
end
|
|
|