You can't return from a controller's constructor. If you want to exit and display a message, instead try:
abort(response('Message here', 500));