Exception: MasterView::InvalidPathException

Inherits:
Exception
  • Object
show all
Defined in:
lib/masterview/parser.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ InvalidPathException

Returns a new instance of InvalidPathException.



182
183
184
# File 'lib/masterview/parser.rb', line 182

def initialize(msg)
  super(msg)
end