Exception: Copyleaks::UnderMaintenanceException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Copyleaks::UnderMaintenanceException
- Defined in:
- lib/copyleaks/models/exceptions/under_maintenance_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ UnderMaintenanceException
constructor
A new instance of UnderMaintenanceException.
Constructor Details
#initialize ⇒ UnderMaintenanceException
Returns a new instance of UnderMaintenanceException.
26 27 28 |
# File 'lib/copyleaks/models/exceptions/under_maintenance_exception.rb', line 26 def initialize super 'Copyleaks is Under Maintenance, please visit https://status.copyleaks.com' end |