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