Exception: Strobe::UnderMaintenanceError
- Inherits:
-
StrobeError
- Object
- StandardError
- StrobeError
- Strobe::UnderMaintenanceError
- Defined in:
- lib/strobe.rb
Instance Method Summary collapse
-
#initialize ⇒ UnderMaintenanceError
constructor
A new instance of UnderMaintenanceError.
Constructor Details
#initialize ⇒ UnderMaintenanceError
Returns a new instance of UnderMaintenanceError.
52 53 54 55 |
# File 'lib/strobe.rb', line 52 def initialize super("We are currently down for maintenance. You can check our status " \ "at http://twitter.com/strobestatus. Please try again soon.") end |