@@ -312,10 +312,10 @@ public function getFieldStorageDefinition() {
}
if(!$field_storage_definition){
thrownewFieldException("Attempt to create a field {$this->field_name} that does not exist on entity type {$this->entity_type}.");
thrownewFieldException("Attempted to create an instance of field with name {$this->field_name} on entity type {$this->entity_type} when the field storage does not exist.");