Elixir.ExDoc.Formatter.HTML

CSV.Parser.SyntaxError exception

Raised at runtime when the CSV syntax is invalid.

Summary

Functions

exception(msg)

Specs

exception(Keyword.t) :: Exception.t
exception(String.t) :: Exception.t
message(exception)

Specs

message(Exception.t) :: String.t