Наследование: extends Exceptio\Exception
 protected function guardAgainstUntranslatableAttribute(string $key)
 {
     if (!$this->isTranslatableAttribute($key)) {
         throw AttributeIsNotTranslatable::make($key, $this);
     }
 }