Exception: Yabbie::ImproperSourceError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/yabbie/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ ImproperSourceError

Returns a new instance of ImproperSourceError.



11
12
13
# File 'lib/yabbie/exceptions.rb', line 11

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