ImboUnitTest\Exception\RuntimeExceptionTest::getErrorCodes PHP Method

getErrorCodes() public method

Fetch imbo error codes
public getErrorCodes ( ) : array[]
return array[]
    public function getErrorCodes()
    {
        return [[123, 123], ['123', 123], [0, 0]];
    }