StringLengthGreaterEqualError
Description
Used by validateStringLengthGreaterEqual function. The Error is instantiated when the function rejects due to the reason of failing to validate the string. Its constructor receives 2 parameters, the 'str' and 'len'. Both parameters are used to compose the message of the error.
Parameters
str: string
len: number