Ox::Error
An Exception raised if a path is not valid.
Create a new instance with the path specified.
path
# File lib/ox/error.rb, line 19 def initialize(path) super("#{path.join('/')} is not a valid location.") end