def abort(self, obj, status_code=404, message='Resource was not found'): if obj is None: flask_abort(status_code, message)