Exception: ZK::Exceptions::ChrootMustStartWithASlashError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- ZK::Exceptions::ChrootMustStartWithASlashError
- Defined in:
- lib/zk/exceptions.rb
Instance Method Summary (collapse)
-
- (ChrootMustStartWithASlashError) initialize(erroneous_string)
constructor
A new instance of ChrootMustStartWithASlashError.
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 |