Exception: ZK::Exceptions::ChrootMustStartWithASlashError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/zk/exceptions.rb

Instance Method Summary (collapse)

Constructor Details

- (ChrootMustStartWithASlashError) initialize(erroneous_string)

A new instance of ChrootMustStartWithASlashError



137
138
139
# File 'lib/zk/exceptions.rb', line 137

def initialize(erroneous_string)
  super("Chroot strings must start with a '/' you provided: #{erroneous_string.inspect}")
end