Closed daneelsan closed 3 years ago
makeMessage[caller, "msg", args___]
Message[caller::msg, args]
Renamed the "nonopt" message to "nonPropertyOpt" as there already exists General::nonopt
"nonopt"
"nonPropertyOpt"
General::nonopt
In[] := General::nonopt Out[] = "Options expected (instead of `1`) beyond position `2` in `3`. An option must be a rule or a list of rules."
Renamed the file makeMessage.m to messages.m. This file still contains all the General::msg definitions.
makeMessage.m
messages.m
General::msg
In[] := General::invalidMethod Out[] = "Method should be one of Automatic, \"LowLevel\" or \"Symbolic\"."
In[]:= General::pargx Out[]= "Property \"`1`\" requested with `2` argument`3`; `4``5``6``7` argument`8` `9` expected."
This change is
Changes
makeMessage[caller, "msg", args___]
withMessage[caller::msg, args]
Comments
Renamed the
"nonopt"
message to"nonPropertyOpt"
as there already existsGeneral::nonopt
Renamed the file
makeMessage.m
tomessages.m
. This file still contains all theGeneral::msg
definitions.Examples
This change is