MaintenanceException constructor
const
MaintenanceException()
Implementation
const MaintenanceException()
: super(
'Server is under maintenance. Please try later.',
statusCode: 503,
);
const MaintenanceException()
: super(
'Server is under maintenance. Please try later.',
statusCode: 503,
);