Module:IP: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
tweak an error message and a comment
(add IPAddress and Subnet validation functions)
(tweak an error message and a comment)
Line 31:
 
local function makeValidationFunc(className, isObjectFunc)
-- Make a function for validating a specific object.
return function (methodName, argIdx, arg)
if not isObjectFunc(arg) then
Line 477:
local rawIP = RawIP.newFromIP(ip)
if not rawIP then
error(string.format("'%s' is an invalid IP address", ip), 3)
end
return makeIPAddressFromRaw(rawIP)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu