class Kontena::Plugin::Shell::ExitCommand

Constants

CleanExit

Public Instance Methods

execute() click to toggle source
# File lib/kontena/plugin/shell/commands/exit.rb, line 14
def execute
  raise CleanExit
end