SoftBank.Note.Currency.name-exclamation-mark
You're seeing just the function
name-exclamation-mark
, go back to SoftBank.Note.Currency module for more information.
Specs
name!(SoftBank.Note.t() | String.t() | atom()) :: String.t()
Returns the name of the currency. An ArgumentError is raised if the currency doesn’t exist.
Example:
iex> SoftBank.Note.Currency.name!(:USD)
"US Dollar"
iex> SoftBank.Note.Currency.name!(:WRONG)
** (ArgumentError) currency WRONG doesn’t exist