Exception: Rubino::Files::Workspace::PathTraversal

Inherits:
ValidationError show all
Defined in:
lib/rubino/files/workspace.rb

Instance Attribute Summary

Attributes inherited from ValidationError

#details

Instance Method Summary collapse

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