Exception: Shrimp::ImproperSourceError
- Inherits:
-
StandardError
- Object
- StandardError
- Shrimp::ImproperSourceError
- Defined in:
- lib/shrimp/phantom.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ ImproperSourceError
constructor
A new instance of ImproperSourceError.
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 |