class Epi::Daemon::Responders::Shutdown

Attributes

arguments[RW]
command[RW]

Public Instance Methods

run() click to toggle source
# File lib/epi/daemon/responders/shutdown.rb, line 8
def run
  raise Exceptions::Shutdown
end