Exception: MasterView::InvalidPathException
- Inherits:
-
Exception
- Object
- Exception
- MasterView::InvalidPathException
- Defined in:
- lib/masterview/parser.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ InvalidPathException
constructor
A new instance of InvalidPathException.
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 |