File.write-exclamation-mark

You're seeing just the function write-exclamation-mark, go back to File module for more information.
Link to this function

write!(path, content, modes \\ [])

View Source

Specs

write!(Path.t(), iodata(), [mode()]) :: :ok

Same as write/3 but raises a File.Error exception if it fails. Returns :ok otherwise.