Exception: PhantomGraph::Error::InvalidSource

Inherits:
StandardError
  • Object
show all
Defined in:
lib/phantom_graph/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ InvalidSource

Returns a new instance of InvalidSource.



13
14
15
# File 'lib/phantom_graph/error.rb', line 13

def initialize(msg = nil)
  super("Invalid Source: #{msg}")
end