mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
LibJS: Add a variant of ErrorType::NotA named NotAnObjectOfType
This is a clearer name. Subsequent commits will convert files to use the new name, then the old name will be deleted.
This commit is contained in:
parent
76589d6728
commit
fd8ec1fffa
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
M(NotAFunctionNoParam, "Not a function") \
|
||||
M(NotAn, "Not an {} object") \
|
||||
M(NotAnObject, "{} is not an object") \
|
||||
M(NotAnObjectOfType, "Not an object of type {}") \
|
||||
M(NotAnObjectOrNull, "{} is neither an object nor null") \
|
||||
M(NotAnObjectOrString, "{} is neither an object nor a string") \
|
||||
M(NotAString, "{} is not a string") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue