if (aRequiredValue == nil) {
   @throw [NSException exceptionWithName:NSInvalidArgumentException
                                  reason:@"Warto aRequiredValue wynosi nil" 
                                userInfo:nil];
}
