Exception: Shrimp::ImproperSourceError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/shrimp/phantom.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ ImproperSourceError

Returns a new instance of ImproperSourceError.



15
16
17
# File 'lib/shrimp/phantom.rb', line 15

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