class Ox::InvalidPath
An Exception raised if a path is not valid.
Public Class Methods
Source
# File lib/ox/error.rb, line 21 def initialize(path) super("#{path.join('/')} is not a valid location.") end
Create a new instance with the path
specified.
Calls superclass method