Exception: Rudy::ServiceUnavailable

Inherits:
Error
  • Object
show all
Defined in:
lib/rudy.rb

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Rudy::Error

Instance Method Details

#messageObject



141
# File 'lib/rudy.rb', line 141

def message; "#{@obj} is not available. Check your internets!"; end