Sms77.Config.sent_with-exclamation-mark

You're seeing just the function sent_with-exclamation-mark, go back to Sms77.Config module for more information.

Specs

sent_with!() :: String.t() | no_return()

Return configured origin parameter

Examples

iex> Application.put_env(:sms77, :sent_with, "elixir")
iex> Sms77.Config.sent_with!()
"elixir"