class MotherBrain::RemoteCommandError

Attributes

host[R]

Public Class Methods

new(message, host=nil) click to toggle source
Calls superclass method MotherBrain::MBError::new
# File lib/mb/errors.rb, line 151
def initialize(message, host=nil)
  super(message)
  @host = host if host
end