class PortAuthority::Errors::ETCDIsSick

Attributes

etcd[R]
message[R]

Public Class Methods

new(etcd, message = 'ETCD is not healthy') click to toggle source
# File lib/port-authority.rb, line 15
def initialize(etcd, message = 'ETCD is not healthy')
  @message = message
  @etcd = etcd
end