Exception: ZK::Exceptions::ChrootMustStartWithASlashError

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

Instance Method Summary collapse

Constructor Details

#initialize(erroneous_string) ⇒ ChrootMustStartWithASlashError

Returns a new instance of ChrootMustStartWithASlashError.



155
156
157
# File 'lib/zk/exceptions.rb', line 155

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