Exception: Rubino::Files::Workspace::PathTraversal
- Inherits:
-
ValidationError
- Object
- StandardError
- Error
- ValidationError
- Rubino::Files::Workspace::PathTraversal
- Defined in:
- lib/rubino/files/workspace.rb
Instance Attribute Summary
Attributes inherited from ValidationError
Instance Method Summary collapse
-
#initialize(path) ⇒ PathTraversal
constructor
A new instance of PathTraversal.
Constructor Details
#initialize(path) ⇒ PathTraversal
Returns a new instance of PathTraversal.
24 25 26 |
# File 'lib/rubino/files/workspace.rb', line 24 def initialize(path) super("path escapes workspace: #{path}") end |