class Sentimeta::Error::Unreachable
Public Class Methods
new(msg="Error requesting Sentimeta API")
click to toggle source
Calls superclass method
# File lib/sentimeta/error/unreachable.rb, line 5 def initialize msg="Error requesting Sentimeta API" super msg end