Issue #2883025 by pameeela, joachim, mradcliffe: Exception messages in...
Issue #2883025 by pameeela, joachim, mradcliffe: Exception messages in FieldConfig::getFieldStorageDefinition() are inaccurate
(cherry picked from commit 1174006d)
@@ -313,10 +313,10 @@ public function getFieldStorageDefinition() {
}
if(!$field_storage_definition){
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.");
thrownewFieldException("Attempted to create, modify or delete an instance of field with name {$this->field_name} on entity type {$this->entity_type} when the field storage does not exist.");